-
Notifications
You must be signed in to change notification settings - Fork 531
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 support for lz4 algorithm to OTLP endpoint #9763
Add support for lz4 algorithm to OTLP endpoint #9763
Conversation
I will check w/ other OTel developers today, to gain a better understanding about the LZ4 support added to OTel Collector. |
Makes sense. Let me know the news please. Thanks |
@santileira out of curiosity, do you have any context on why one would use LZ4 over e.g. Snappy (Mimir supports Snappy for gRPC compression, as a data point)? |
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.
Please see comments.
No TBH. I decided to do this based on the issue. |
Co-authored-by: Arve Knudsen <[email protected]>
Co-authored-by: Arve Knudsen <[email protected]>
Co-authored-by: Arve Knudsen <[email protected]>
Co-authored-by: Arve Knudsen <[email protected]>
Co-authored-by: Arve Knudsen <[email protected]>
@aknuds1 could you review the PR again? |
Yeah, I'm getting back to it this week I hope. Been a really busy few days. |
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, thanks!
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.
Tests fail due to an inconsistency. That also made me realize I don't want to drop the "Only" part of the error message, since it only makes it less precise.
Co-authored-by: Arve Knudsen <[email protected]>
Head branch was pushed to by a user without write access
Co-authored-by: Arve Knudsen <[email protected]>
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, thanks!
@stevesg could you review it? Thanks |
What this PR does
This PR adds support for
lz4
algorithm to the distributor's OTLP endpoint.Which issue(s) this PR fixes or relates to
Fixes #9259
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.