From bd742bf50823ae6a32ff0ca4767e966874ce45ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 11 Jan 2023 14:50:09 +0100 Subject: [PATCH] Fix misssing SLOs field in execution example --- docs/example-teastore.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/example-teastore.md b/docs/example-teastore.md index 26bd3096e..79ef121f4 100644 --- a/docs/example-teastore.md +++ b/docs/example-teastore.md @@ -190,6 +190,8 @@ spec: resources: resourceType: "Instances" resourceValues: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + slos: + - name: "uiLatency" execution: strategy: name: "RestrictionSearch" -- GitLab