jsonnet/kube-prometheus/prometheus: ignore timestamps from cadvisor

This commit is contained in:
paulfantom 2020-10-01 10:20:40 +02:00
parent ad4462e506
commit ea21375f15
No known key found for this signature in database
GPG Key ID: 12AE0185401674E7

View File

@ -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,
}, },