mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-05 02:21:02 +01:00
Merge pull request #695 from paulfantom/cadvisor
ignore timestamps from cadvisor metrics
This commit is contained in:
commit
9cbafdb812
@ -312,6 +312,7 @@ local k = import 'github.com/ksonnet/ksonnet-lib/ksonnet.beta.4/k.libsonnet';
|
|||||||
path: '/metrics/cadvisor',
|
path: '/metrics/cadvisor',
|
||||||
interval: '30s',
|
interval: '30s',
|
||||||
honorLabels: true,
|
honorLabels: true,
|
||||||
|
honorTimestamps: false,
|
||||||
tlsConfig: {
|
tlsConfig: {
|
||||||
insecureSkipVerify: true,
|
insecureSkipVerify: true,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -53,6 +53,7 @@ spec:
|
|||||||
insecureSkipVerify: true
|
insecureSkipVerify: true
|
||||||
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
|
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
|
||||||
honorLabels: true
|
honorLabels: true
|
||||||
|
honorTimestamps: false
|
||||||
interval: 30s
|
interval: 30s
|
||||||
metricRelabelings:
|
metricRelabelings:
|
||||||
- action: drop
|
- action: drop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user