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 Receive doesn't announce external_labels set in hashrings.json when it's working in routing and ingesting mode.
I explicitly set need external labels for the tenant in the hashrings.json:
When I used the default mode of the receive deployment (without splitting to route and ingester) this external_labels were announced by the receive instances (I could check it via Query UI), but after switching to the split mode I noticed that this labels are gone in Query UI.
What you expected to happen:
I expect that external_labels functionality works correctly in route/ingester mode.
How to reproduce it (as minimally and precisely as possible):
Run Thanos Receive in route/ingester mode and try to use external_labels in hashrings configuration.
The text was updated successfully, but these errors were encountered:
Actually, before supporting this in these two modes, it's best to split their implementation logics. I remember there's a PR that's very close to finish here: #6043
Thanos, Prometheus and Golang version used:
Thanos: 0.34.1; go1.21.7, Prometheus 2.48.1
Object Storage Provider:
AWS S3
What happened:
Thanos Receive doesn't announce external_labels set in hashrings.json when it's working in routing and ingesting mode.
I explicitly set need external labels for the tenant in the hashrings.json:
When I used the default mode of the receive deployment (without splitting to route and ingester) this external_labels were announced by the receive instances (I could check it via Query UI), but after switching to the split mode I noticed that this labels are gone in Query UI.
What you expected to happen:
I expect that external_labels functionality works correctly in route/ingester mode.
How to reproduce it (as minimally and precisely as possible):
Run Thanos Receive in route/ingester mode and try to use external_labels in hashrings configuration.
The text was updated successfully, but these errors were encountered: