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
…1955)
  • Loading branch information
carlosalberto authored and tigrannajaryan committed Apr 27, 2023
1 parent f9cdd6b commit fb390fd
Showing 1 changed file with 5 additions and 0 deletions.
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 fb390fd

Please sign in to comment.