apm-server
apm-server copied to clipboard
feat: support otlp/http JSON protobuf encoding
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.