Skip to content
Snippets Groups Projects

Use the properties of the slo checker and add lag trend percent

Merged Björn Vonheiden requested to merge stu202077/theodolite:feature/threshold-percent into master
Files
10
@@ -52,20 +52,23 @@ spec:
@@ -52,20 +52,23 @@ spec:
type: array
type: array
items:
items:
type: object
type: object
required: ["sloType", "threshold", "prometheusUrl", "externalSloUrl", "offset", "warmup"]
required: ["sloType", "prometheusUrl", "offset"]
properties:
properties:
sloType:
sloType:
 
description: The type of the SLO. It must match 'lag trend'.
type: string
type: string
threshold:
type: integer
prometheusUrl:
prometheusUrl:
type: string
description: Connection string for Promehteus.
externalSloUrl:
type: string
type: string
offset:
offset:
 
description: Hours by which the start and end timestamp will be shifted (for different timezones).
type: integer
type: integer
warmup:
properties:
type: integer
description: (Optional) SLO specific additional arguments.
 
type: object
 
additionalProperties: true
 
x-kubernetes-map-type: "granular"
 
default: {}
execution: # def execution config
execution: # def execution config
type: object
type: object
required: ["strategy", "duration", "repetitions", "restrictions"]
required: ["strategy", "duration", "repetitions", "restrictions"]
Loading