-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Add global config option for always_scrape_classic_histograms #16452
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
Add global config option for always_scrape_classic_histograms #16452
Conversation
@krajorama could you help review this PR that addresses #16371? |
5090930
to
f72f39d
Compare
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.
LGTM, CI has flagged some missing/extra white spaces in the test config files, please fix those
f72f39d
to
29a6ae6
Compare
Thank you! Fixed those white space issues |
We are missing documentation here. |
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.
@roidelapluie is right, needs documentation.md update, please see #16226 for reference.
29a6ae6
to
caa2efd
Compare
Thanks @roidelapluie and @krajorama . I've updated the documentation for this |
Addresses prometheus#16371 This will help with migrating to native histograms with `convert_classic_histograms_to_nhcb` since users may still need to keep the classic histograms during a migration Signed-off-by: chardch <otwordsne@gmail.com>
caa2efd
to
a1c157a
Compare
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.
addressed requested change
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.
LGTM, I've built it locally and did some tests as well.
Addresses #16371