From 4f0d79264a3107e49d6d7ee47380cdc147641ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de> Date: Fri, 27 Aug 2021 10:31:42 +0200 Subject: [PATCH] modifie standalone example to run with changed slo definition --- theodolite/examples/standalone/example-execution.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/theodolite/examples/standalone/example-execution.yaml b/theodolite/examples/standalone/example-execution.yaml index 24b2b7f32..6e649df95 100644 --- a/theodolite/examples/standalone/example-execution.yaml +++ b/theodolite/examples/standalone/example-execution.yaml @@ -8,11 +8,12 @@ resources: resourceValues: [1, 2, 3, 4, 5] slos: - sloType: "lag trend" - threshold: 2000 prometheusUrl: "http://prometheus-operated:9090" - externalSloUrl: "http://localhost:80/evaluate-slope" offset: 0 - warmup: 60 # in seconds + properties: + threshold: 2000 + externalSloUrl: "http://localhost:80/evaluate-slope" + warmup: 60 # in seconds execution: strategy: "LinearSearch" duration: 300 # in seconds @@ -20,4 +21,4 @@ execution: loadGenerationDelay: 30 # in seconds, optional field, default is 0 seconds restrictions: - "LowerBound" -configOverrides: [] \ No newline at end of file +configOverrides: [] -- GitLab