From 91546854a53bf6137d85114ac197ae2995ee10e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de>
Date: Wed, 25 Aug 2021 17:17:49 +0200
Subject: [PATCH] remove lag trend percent slo from example execution file

---
 theodolite/examples/operator/example-execution.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/theodolite/examples/operator/example-execution.yaml b/theodolite/examples/operator/example-execution.yaml
index 411d62e6a..e2efb6e9a 100644
--- a/theodolite/examples/operator/example-execution.yaml
+++ b/theodolite/examples/operator/example-execution.yaml
@@ -18,13 +18,6 @@ spec:
         threshold: 2000
         externalSloUrl: "http://localhost:80/evaluate-slope"
         warmup: 60 # in seconds
-    # - sloType: "lag trend percent"
-    #   prometheusUrl: "http://prometheus-operated:9090"
-    #   offset: 0
-    #   properties:
-    #     percent: 5
-    #     externalSloUrl: "http://localhost:80/evaluate-slope"
-    #     warmup: 60 # in seconds
   execution:
     strategy: "LinearSearch"
     duration: 300 # in seconds
-- 
GitLab