1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

Makes thanos downsampled data browsable from grafana using query.auto-downsampling

This commit is contained in:
Joy Bhattacherjee
2019-02-28 15:01:06 +05:30
parent 09e703d238
commit f208bd99a1

View File

@@ -83,6 +83,7 @@ local servicePort = k.core.v1.service.mixin.spec.portsType;
'query',
'--log.level=debug',
'--query.replica-label=prometheus_replica',
'--query.auto-downsampling',
'--cluster.peers=thanos-peers.' + $._config.namespace + '.svc:10900',
]);
local podLabels = { app: 'thanos-query', 'thanos-peers': 'true' };