mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-02 17:11:44 +01:00
Makes thanos downsampled data browsable from grafana using query.auto-downsampling
This commit is contained in:
parent
872fd4558e
commit
71976ec1f2
@ -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' };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user