Skip to content
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

Allow implementations to use their own default for OTLP compression. #1923

Merged
Prev Previous commit
Next Next commit
Update CHANGELOG.
  • Loading branch information
carlosalberto committed Sep 29, 2021
commit b6c5d193e7bd1854dbd9b9b6b11e3cbacd8998de
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -58,7 +58,8 @@ release.
### OpenTelemetry Protocol

- Add environment variables for configuring the OTLP exporter protocol (`grpc`, `http/protobuf`, `http/json`) ([#1880](https://github.com/open-telemetry/opentelemetry-specification/pull/1880))
- Allow SIGs to use their own default for OTLP compression ([#1923](https://github.com/open-telemetry/opentelemetry-specification/pull/1923))
- Allow implementations to use their own default for OTLP compression, with `none` denotating no compression
([#1923](https://github.com/open-telemetry/opentelemetry-specification/pull/1923))

### SDK Configuration