Skip to content

Commit

Permalink
fix(SLOs): Use the 5.0 bucket by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Dec 2, 2024
1 parent a5e3b46 commit cfdaf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonnet/pyrra/kubernetes.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
indicator: {
latency: {
success: {
metric: 'apiserver_request_slo_duration_seconds_bucket{component="apiserver",scope=~"namespace|",verb=~"LIST|GET",le="5"}',
metric: 'apiserver_request_slo_duration_seconds_bucket{component="apiserver",scope=~"namespace|",verb=~"LIST|GET",le="5.0"}',
},
total: {
metric: 'apiserver_request_slo_duration_seconds_count{component="apiserver",scope=~"namespace|",verb=~"LIST|GET"}',
Expand Down Expand Up @@ -395,7 +395,7 @@
indicator: {
latency: {
success: {
metric: 'apiserver_request_slo_duration_seconds_bucket{component="apiserver",scope=~"cluster|",verb=~"LIST|GET",le="5"}',
metric: 'apiserver_request_slo_duration_seconds_bucket{component="apiserver",scope=~"cluster|",verb=~"LIST|GET",le="5.0"}',
},
total: {
metric: 'apiserver_request_slo_duration_seconds_count{component="apiserver",scope=~"cluster|",verb=~"LIST|GET"}',
Expand Down

0 comments on commit cfdaf95

Please sign in to comment.