-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: add scrape_native_histograms
#8102
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
feat: add scrape_native_histograms
#8102
Conversation
simonpasquier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we also add the same field to the Prometheus/PrometheusAgent top-level spec (CommonPrometheusFields struct)?
a5f3c99 to
b2e3fdc
Compare
yes, forgot to add, fixed now, thanks |
331d9ef to
12bc23f
Compare
12bc23f to
ad63051
Compare
ad63051 to
2be6fb2
Compare
Signed-off-by: Hélia Barroso <[email protected]>
Signed-off-by: Hélia Barroso <[email protected]>
Signed-off-by: Hélia Barroso <[email protected]>
2be6fb2 to
0c016a8
Compare
simonpasquier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Description
From prometheus 3.8.0 add scrape_native_histograms
https://github.com/prometheus/prometheus/pull/17315/files
What type of changes does your code introduce to the Prometheus operator? Put an
xin the box that apply.CHANGE(fix or feature that would cause existing functionality to not work as expected)FEATURE(non-breaking change which adds functionality)BUGFIX(non-breaking change which fixes an issue)ENHANCEMENT(non-breaking change which improves existing functionality)NONE(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Verification
Please check the Prometheus-Operator testing guidelines for recommendations about automated tests.
Changelog entry
Please put a one-line changelog entry below. This will be copied to the changelog file during the release process.