Skip to content
Snippets Groups Projects
Commit 1d70464c authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

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

Allow browsing of downsampled thanos data in Grafana
parents be255781 71976ec1
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; ...@@ -83,6 +83,7 @@ local servicePort = k.core.v1.service.mixin.spec.portsType;
'query', 'query',
'--log.level=debug', '--log.level=debug',
'--query.replica-label=prometheus_replica', '--query.replica-label=prometheus_replica',
'--query.auto-downsampling',
'--cluster.peers=thanos-peers.' + $._config.namespace + '.svc:10900', '--cluster.peers=thanos-peers.' + $._config.namespace + '.svc:10900',
]); ]);
local podLabels = { app: 'thanos-query', 'thanos-peers': 'true' }; local podLabels = { app: 'thanos-query', 'thanos-peers': 'true' };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment