Skip to content
Snippets Groups Projects
Commit 8f62a8c6 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

fix tests because of changed execution yaml

parent 6f652e1d
No related branches found
No related tags found
1 merge request!172Use the properties of the slo checker and add lag trend percent
...@@ -13,10 +13,11 @@ spec: ...@@ -13,10 +13,11 @@ spec:
resourceValues: [ 1, 2, 3, 4, 5 ] resourceValues: [ 1, 2, 3, 4, 5 ]
slos: slos:
- sloType: "lag trend" - sloType: "lag trend"
threshold: 2000
prometheusUrl: "http://prometheus-operated:9090" prometheusUrl: "http://prometheus-operated:9090"
externalSloUrl: "http://localhost:80/evaluate-slope"
offset: 0 offset: 0
properties:
threshold: 2000
externalSloUrl: "http://localhost:80/evaluate-slope"
warmup: 60 # in seconds warmup: 60 # in seconds
execution: execution:
strategy: "LinearSearch" strategy: "LinearSearch"
......
...@@ -13,10 +13,11 @@ spec: ...@@ -13,10 +13,11 @@ spec:
resourceValues: [ 1, 2, 3, 4, 5 ] resourceValues: [ 1, 2, 3, 4, 5 ]
slos: slos:
- sloType: "lag trend" - sloType: "lag trend"
threshold: 2000
prometheusUrl: "http://prometheus-operated:9090" prometheusUrl: "http://prometheus-operated:9090"
externalSloUrl: "http://localhost:80/evaluate-slope"
offset: 0 offset: 0
properties:
threshold: 2000
externalSloUrl: "http://localhost:80/evaluate-slope"
warmup: 60 # in seconds warmup: 60 # in seconds
execution: execution:
strategy: "LinearSearch" strategy: "LinearSearch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment