mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-03 01:21:11 +01:00
*: Throw away unused high cardinality apiserver duration buckets
This commit is contained in:
parent
269aef6e37
commit
48d95f0b9f
@ -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:
|
|||||||
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user