Skip to content
Snippets Groups Projects
Commit 71976ec1 authored by Joy Bhattacherjee's avatar Joy Bhattacherjee
Browse files

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

parent 872fd455
No related branches found
No related tags found
No related merge requests found
......@@ -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' };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment