Merge pull request #2441 from Hashfyre/thanos-browsable-downsampled-data-in-grafana

Allow browsing of downsampled thanos data in Grafana
This commit is contained in:
Frederic Branczyk
2019-02-28 11:03:36 +01:00
committed by GitHub

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' };