Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!172
Use the properties of the slo checker and add lag trend percent
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use the properties of the slo checker and add lag trend percent
stu202077/theodolite:feature/threshold-percent
into
master
Overview
20
Commits
11
Pipelines
0
Changes
10
Merged
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/threshold-percent
into
master
3 years ago
Overview
20
Commits
11
Pipelines
0
Changes
10
Expand
Implements
#243 (closed)
Edited
3 years ago
by
Björn Vonheiden
0
0
Merge request reports
Compare
master
version 7
36bcfe7c
3 years ago
version 6
2ec4606c
3 years ago
version 5
a33b9875
3 years ago
version 4
3e563435
3 years ago
version 3
4032ebf8
3 years ago
version 2
af8c646b
3 years ago
version 1
9ed38f7b
3 years ago
master (base)
and
latest version
latest version
f2d87dee
11 commits,
3 years ago
version 7
36bcfe7c
11 commits,
3 years ago
version 6
2ec4606c
9 commits,
3 years ago
version 5
a33b9875
9 commits,
3 years ago
version 4
3e563435
5 commits,
3 years ago
version 3
4032ebf8
4 commits,
3 years ago
version 2
af8c646b
3 commits,
3 years ago
version 1
9ed38f7b
2 commits,
3 years ago
10 files
+
91
−
47
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
helm/templates/theodolite/crd-execution.yaml
+
10
−
7
Options
@@ -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