Skip to content
Snippets Groups Projects
Unverified Commit 48d95f0b authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

*: Throw away unused high cardinality apiserver duration buckets

parent 269aef6e
No related branches found
No related tags found
No related merge requests found
...@@ -420,6 +420,11 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet'; ...@@ -420,6 +420,11 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
regex: 'apiserver_admission_step_admission_latencies_seconds_.*', regex: 'apiserver_admission_step_admission_latencies_seconds_.*',
action: 'drop', action: 'drop',
}, },
{
sourceLabels: ['__name__', 'le'],
regex: 'apiserver_request_duration_seconds_bucket;(0.15|0.25|0.3|0.35|0.4|0.45|0.6|0.7|0.8|0.9|1.25|1.5|1.75|2.5|3|3.5|4.5|6|7|8|9|15|25|30|50)',
action: 'drop',
},
], ],
}, },
], ],
......
...@@ -54,6 +54,11 @@ spec: ...@@ -54,6 +54,11 @@ spec:
regex: apiserver_admission_step_admission_latencies_seconds_.* regex: apiserver_admission_step_admission_latencies_seconds_.*
sourceLabels: sourceLabels:
- __name__ - __name__
- action: drop
regex: apiserver_request_duration_seconds_bucket;(0.15|0.25|0.3|0.35|0.4|0.45|0.6|0.7|0.8|0.9|1.25|1.5|1.75|2.5|3|3.5|4.5|6|7|8|9|15|25|30|50)
sourceLabels:
- __name__
- le
port: https port: https
scheme: https scheme: https
tlsConfig: tlsConfig:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment