jsonnet/kube-prometheus/prometheus: ignore timestamps from cadvisor
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user