Skip to content

Commit

Permalink
Clarify OTLP server components MUST support none/gzip compression. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Sep 29, 2021
1 parent fc72838 commit 517d74a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ release.
- 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 implementations to use their own default for OTLP compression, with `none` denotating no compression
([#1923](https://github.com/open-telemetry/opentelemetry-specification/pull/1923))
- Clarify OTLP server components MUST support none/gzip compression
([#1955](https://github.com/open-telemetry/opentelemetry-specification/pull/1955))

### SDK Configuration

Expand Down
5 changes: 5 additions & 0 deletions specification/protocol/otlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ OTLP is a request/response style protocols: the clients send requests, the
server replies with corresponding responses. This document defines one requests
and response type: `Export`.

All server components MUST support the following transport compression options:

* No compression, denotated by `none`.
* Gzip compression, denoted by `gzip`.

### OTLP/gRPC

**Status**: [Stable](../document-status.md)
Expand Down

0 comments on commit 517d74a

Please sign in to comment.