-
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
configgrpc.go should support more encoding/compressions #2548
Labels
Comments
naseemkullah
pushed a commit
to naseemkullah/opentelemetry-collector
that referenced
this issue
Mar 7, 2021
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>
naseemkullah
pushed a commit
to naseemkullah/opentelemetry-collector
that referenced
this issue
Mar 30, 2021
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>
naseemkullah
pushed a commit
to naseemkullah/opentelemetry-collector
that referenced
this issue
Mar 30, 2021
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>
@alolita I can work on this issue! |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
Gzip is CPU intensive and offers less of a compression benefit than more modern compression like snappy or zstd
Describe the solution you'd like
https://github.com/mostynb/go-grpc-compression should be supported, not just gzip encoding, at
opentelemetry-collector/config/configgrpc/configgrpc.go
Line 45 in 68c5961
Describe alternatives you've considered
Do nothing, support gzip only
The text was updated successfully, but these errors were encountered: