Skip to content

Commit b6ec07e

Browse files
profiles: drop gzip requirement (#661)
There is no need for us to specifiy compression requirements on OpenTelemetry profiles. This should be defined by OTLP, see [spec]. For #629 [spec]: https://opentelemetry.io/docs/specs/otlp/#protocol-details Co-authored-by: Tigran Najaryan <[email protected]>
1 parent 51d403b commit b6ec07e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opentelemetry/proto/profiles/v1development/profiles.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ message ScopeProfiles {
192192
// that is most useful to humans. There should be enough
193193
// information present to determine the original sampled values.
194194
//
195-
// - On-disk, the serialized proto must be gzip-compressed.
196-
//
197195
// - The profile is represented as a set of samples, where each sample
198196
// references a sequence of locations, and where each location belongs
199197
// to a mapping.

0 commit comments

Comments
 (0)