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

Content-Type header for Prometheus 3.0.0 #16259

Open
jcpunk opened this issue Dec 5, 2024 · 0 comments
Open

Content-Type header for Prometheus 3.0.0 #16259

jcpunk opened this issue Dec 5, 2024 · 0 comments
Labels
feature request Requests for new plugin and for new features to existing plugins

Comments

@jcpunk
Copy link

jcpunk commented Dec 5, 2024

Use Case

Prometheus 3.0.0 has the option (by default) to be far more strict about what content it scrapes. This can cause unexpected scrape failures for the prometheus exporter.

Expected behavior

Set the header "to the correct value".

Actual behavior

Header unset

Additional info

From : https://prometheus.io/docs/prometheus/3.0/migration/

Prometheus v3 is more strict concerning the Content-Type header received when scraping. Prometheus v2 would default to the standard Prometheus text protocol if the target being scraped did not specify a Content-Type header or if the header was unparsable or unrecognised. This could lead to incorrect data being parsed in the scrape. Prometheus v3 will now fail the scrape in such cases.

@jcpunk jcpunk added the feature request Requests for new plugin and for new features to existing plugins label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

1 participant