You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanos, Prometheus and Golang version used:
Thanos version 0.26.1
Object Storage Provider:
Azure blob store
What happened:
Having a set of receivers and sharded store gateways. Whenever query distributed mode is enabled, data will only be returned from receivers but not stores.
Removing query.mode=distributed from arguments solves the issue.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
It is reproducible 100% when you query for a time range that exceeds your receivers.
Metrics with distribution enabled:
Metrics without distribution enabled:
The text was updated successfully, but these errors were encountered:
Query, store gateway
Thanos, Prometheus and Golang version used:
Thanos version 0.26.1
Object Storage Provider:
Azure blob store
What happened:
Having a set of receivers and sharded store gateways. Whenever query distributed mode is enabled, data will only be returned from receivers but not stores.
Removing
query.mode=distributed
from arguments solves the issue.What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
It is reproducible 100% when you query for a time range that exceeds your receivers.
Metrics with distribution enabled:
Metrics without distribution enabled:
The text was updated successfully, but these errors were encountered: