mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-02 04:11:15 +02:00
jsonnet/kube-prometheus/prometheus: ignore timestamps from cadvisor
This commit is contained in:
parent
ad4462e506
commit
ea21375f15
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user