We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When prometheus latest or v3.0.0 is used to scrape scaphandre metrics it is unable to do so due to target sending blank Content-Type
latest
v3.0.0
Content-Type
Scaphandre should have a valid Content-type added to the request header and prometheus should be able to scrape metrics from Scaphandre
The text was updated successfully, but these errors were encountered:
For anyone looking for a solution, you can define the protocol in your prometheus configuration directly, using the fallback_scrape_protocol label.
fallback_scrape_protocol
From a simple testing on my end, the correct type is PrometheusText1.0.0
PrometheusText1.0.0
Example:
scrape_configs: - job_name: scaphandre scheme: http fallback_scrape_protocol: PrometheusText1.0.0
Sorry, something went wrong.
No branches or pull requests
Bug description
When prometheus
latest
orv3.0.0
is used to scrape scaphandre metrics it is unable to do so due to target sending blankContent-Type
To Reproduce
latest
orv3.0.0
Expected behavior
Scaphandre should have a valid Content-type added to the request header and prometheus should be able to scrape metrics from Scaphandre
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: