How to add fallback_scrape_protocol in Prometheus Operator? #2630
Unanswered
dbursztynowski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
one of the option is to use scrapeclass where you can specify default fallback scrape protocol for monitoring resource objects more on scrape class: https://prometheus-operator.dev/docs/developer/scrapeclass |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running kube-prometheus with Prometheus v3.1.0 (image: quay.io/prometheus/prometheus:v3.1.0) and obtain "non-compliant scrape target sending blank Content-Type and no fallback_scrape_protocol specified for target" notification. Checking Prometheus CRD, I find that fallback_scrape_protocol is missing in the definition so there's no way to set it up via the CR. How to set this property not using the CR?
Beta Was this translation helpful? Give feedback.
All reactions