-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support Snappy and Zstd for confighttp.go #4441
Conversation
…ression from otlp
…nto http_encoding
Codecov Report
@@ Coverage Diff @@
## main #4441 +/- ##
=======================================
Coverage 90.52% 90.53%
=======================================
Files 180 180
Lines 10474 10503 +29
=======================================
+ Hits 9482 9509 +27
- Misses 776 777 +1
- Partials 216 217 +1
Continue to review full report at Codecov.
|
@open-telemetry/collector-approvers please review. |
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 is looking great. I think @Aneurysm9's questions are the last remaining points.
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
…nto http_encoding
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.
Missing followup from SIG discussion.
Description:
This PR provides snappy and zstd as additional compression methods for
confighttp
, which are the same libraries asconfiggrpc
uses.The
compression
field inexporter/otlphttpexporter/config.go
has been removed and integrated intoconfighttp.HTTPClientSettings
.Link to tracking Issue:
#2766