-
Notifications
You must be signed in to change notification settings - Fork 816
Allow ingesting native histograms #5986
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
Conversation
2a76a63
to
0abc03c
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.
Thank you!
@@ -1441,4 +1441,8 @@ blocks_storage: | |||
# be out-of-order. | |||
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max | |||
[out_of_order_cap_max: <int> | default = 32] | |||
|
|||
# [EXPERIMENTAL] True to enable native histogram. |
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.
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.
Amazing!. I can't wait to try this out
Note that this part is just ingestion and histograms are not queryable from Query Frontend at this point. It will be added in future PRs. |
3b8afc8
to
0068e73
Compare
@alanprot Can you please take another look? |
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
0068e73
to
684e656
Compare
What this PR does:
Allow ingesting native histograms. Feature can be enabled in Ingester via
--blocks-storage.tsdb.enable-native-histograms
flag.Note: Not all ingestion and query tests are finished for Native histograms. I plan to create another PR to control the size of the PR itself
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]