-
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
feat: make configgrpc support more encodings #2849
feat: make configgrpc support more encodings #2849
Conversation
fixes open-telemetry#2548 add support for lz4, snappy and zstd by means of https://github.com/mostynb/go-grpc-compression to configgrcpc.go's grpc client compression setting Signed-off-by: naseemkullah <naseem@transit.app>
152ff3a
to
84bf7c1
Compare
Codecov Report
@@ Coverage Diff @@
## main #2849 +/- ##
=======================================
Coverage 91.78% 91.78%
=======================================
Files 291 291
Lines 15522 15522
=======================================
Hits 14247 14247
Misses 874 874
Partials 401 401
Continue to review full report at Codecov.
|
Signed-off-by: naseemkullah <naseem@transit.app>
bump |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@bogdandrutu @naseemkullah is this ready to be merged? |
yes @tigrannajaryan as far as I'm concerned |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@naseemkullah pl fix these conflicts and resubmit. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@bogdandrutu can we close this out (or allow the stale bot to perform it's life mission)? From today's SIG meeting, we couldn't find anybody to take over ownership. People can always reopen when they are motivated to work on it. |
add support for lz4, snappy and zstd by means of
https://github.com/mostynb/go-grpc-compression to configgrcpc.go's
grpc client compression setting
fixes #2548
To test, I ran the docker-compose with a locally built image and configured the exporter with
lz4
compression. No error was emitted: