[OTLP Exporter] Add gzip compression support for OTLP/HTTP and OTLP/gRPC exporter. #2351
Labels
bug
Something isn't working
help wanted
Good for taking. Extra help will be provided by maintainers
Stale
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
As documented in Specs - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#opentelemetry-protocol-exporter
High level changes for OTLP HTTP Exporter:
none
.gzip
encoding is accepted. ( ? )- If accepted, compress the data using
zlib
, and setContent-Encoding: gzip
header.- If not accepted, send uncompressed data and log a warning
High level changes for OTLP gRPC Exporter:
none
.The text was updated successfully, but these errors were encountered: