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 VinozzZ committed Jun 21, 2024
1 parent da2a56b commit 715b045
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 715b045

Please sign in to comment.