-
Notifications
You must be signed in to change notification settings - Fork 831
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 zstd compression codec for open-telemetry/opentelemetry-java #5196
Comments
Do you have any thoughts on how this would be delivered, given that there isn't any native support in java? There's a popular library called zstd-jni, but it looks like it packages up a architecture-dependent native library and has artifacts that are quite big, each on the order of 400kb. The main jar comprising all architectures is ~5.7mb. Maybe we could provide an SPI to allow for bringing your own codec, and publish artifacts with some popular implementations. This would essentially allow users to opt-in to the big additional dependency. Thoughts @jkwatson? |
"bring your own codec" seems fine, but maybe that's just "bring your own exporter and configure it however you like". |
open-telemetry/opentelemetry-java-contrib#1108 adds publishes a new artifact from contrib which adds support for |
Thank you very much, Jack 🙏 |
Closing now that open-telemetry/opentelemetry-java-contrib#1108 is merged. |
Hi there!
Could you please, support zstd codec for the exporter or all of them.
ZSTD codec is much faster and more efficient than gzip, sure you know.
Btw, zstd is already supported by Collector
I'm looking forward to hearing from you
Thanks in advance
The text was updated successfully, but these errors were encountered: