-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[prometheusreceiver] timestamp enforcement breaks federation support #14453
Comments
I think the issue as reported could be a bit of an edge case and this occurs when there's a minimal set of labels for both* the federated server and the prometheus receiver. Adding a global external label to the federated server will prevent the metric group collision but I think this masks what I think I'm seeing as the underlying issue. This may be something for https://github.com/open-telemetry/wg-prometheus/issues and I'm relatively new to this receiver but I think it's undesirable for |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
What happened?
Description
When scraping a federated endpoint built-in internal metrics appear to conflict with the receiver maintained ones and lead to:
Steps to Reproduce
Try to scrape a
/federate
endpoint of a prometheus server*:Expected Result
Successful metric scraping and translation
Actual Result
Above appender error.
I believe this was introduced by #9385 as earlier collector versions work w/ federated scraping.
Collector version
0.54.0
The text was updated successfully, but these errors were encountered: