Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanos Receiver: Router/Ingestor setup no longer returns thanos_receive_write_timeseries_* and thanos_receive_write_samples_* metrics with thanos v0.35.1 #7401

Open
roth-wine opened this issue May 30, 2024 · 3 comments

Comments

@roth-wine
Copy link
Contributor

Thanos, Prometheus and Golang version used: quay.io/thanos/thanos:v0.35.1

Object Storage Provider:

What happened: When we updated to thanos v0.35.1, the metrics for thanos_receive_write_timeseries_* and thanos_receive_write_samples_* suddenly disappeared.

What you expected to happen: The metrics should still be available after the update to thanos v0.35.1.

How to reproduce it (as minimally and precisely as possible): To reproduce the problem, you will need to deploy a receiver setup with a dedicated router and ingestor. The router should then output the above metrics via the /metrics endpoint. However, since thanos 0.35.1 it no longer does this.

Anything else we need to know:
I looked through the changelog and found the merge request 7373. If I build the v0.35.1 branch without the merge request 7373, the metrics are provided again by the /metrics endpoint.

@GiedriusS
Copy link
Member

Disappeared where exactly? On the router? If yes then my understanding is that the router isn't writing anything itself hence those metrics shouldn't have ever existed in the first place.

@roth-wine
Copy link
Contributor Author

roth-wine commented May 30, 2024

@GiedriusS Correct, the metric only appears on the router. Even with other Thanos versions, it never appeared on the ingestor.

@jnyi
Copy link
Contributor

jnyi commented Jun 4, 2024

+1 see this issue in our setup, left a comment in #7373 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants