-
Notifications
You must be signed in to change notification settings - Fork 912
Unclear OTEL_EXPORTER_OTLP_COMPRESSION values for environment variable support #1001
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
Comments
Only "gzip" and no compression are supported today. |
Thank you |
@tigrannajaryan the spec doesn't say specifically what Also wondering why GRPC |
Spec only talks about compressions for otlp/http. It is an omission that we don't define what is possible for grpc (I didn't know |
from the issue triage mtg today with TC, allowing changes related to this issue for GA if editorial changes only |
Hi everyone,
As per spec: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/protocol/exporter.md#opentelemetry-protocol-exporter
It says that
OTEL_EXPORTER_OTLP_COMPRESSION
environment variable should be supported, however I'm unclear as to what values it should take on. Could someone clarify? Thank you!The text was updated successfully, but these errors were encountered: