-
Notifications
You must be signed in to change notification settings - Fork 832
Make ooo native histograms ingestion automatically enabled #6663
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
Make ooo native histograms ingestion automatically enabled #6663
Conversation
11847fa
to
31929d3
Compare
31929d3
to
4744986
Compare
bf771c3
to
f75d87e
Compare
How about enabling NH ingestion by default to expand the user pool to use it? |
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.
This simplifies the config, Thanks!
f75d87e
to
ab079eb
Compare
ab079eb
to
53320c5
Compare
Signed-off-by: SungJin1212 <[email protected]>
53320c5
to
370988b
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.
Thanks! Can we mark this in the CHANGELOG as a CHANGE instead of a FEATURE? The removal of the flag/field may cause some installations to break if they've set it before previously.
@CharlieTLe there is no flag being removed as the flag was added recently and has not been released. |
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
This PR makes out-of-order ingestion for native histograms automatically enabled when
-ingester.out-of-order-time-window > 0
and-blocks-storage.tsdb.enable-native-histograms=true
as the Prometheus changed its behavior at the prometheus/prometheus#16207.Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]