-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
We are testing the latest thanos main branch and found a regression that didn't exist in v0.36 prior
For a given running thanos receiver cluster, we start a new tenant called "eng-host-networking" and we can see tsdb head metric started pop up but all metrics to that tenant are not queryable unless restart the receiver cluster


How to repro:
- start a receiver cluster using latest main
- send remote write with a new tenant
- verify it is received using
prometheus_tsdb_head_series{tenant="<new tenant>"}
- go to endpoint pages, the new tenant isn't there nor metrics from that tenant can be queried
- restart receiver cluster, data showed up (no data loss)
Thanos, Prometheus and Golang version used:
Thanos: v0.37.0-dev
Golang: v1.23
Object Storage Provider:
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Full logs to relevant components:
Anything else we need to know:
yeya24