feat: support otlp/http JSON protobuf encoding
Open
enhancement
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
Currently only binary protobuf encoding is supported in otlp/http, and there is no JSON protobuf encoding support.
Ideally apm-server should support both encodings and detect via `Content-Type: application/x-protobuf` vs `Content-Type: application/json`.
See [OTLP/HTTP spec](https://opentelemetry.io/docs/specs/otlp/#otlphttp).
Contributor guide
Assessment
This issue has not been assessed yet.