apm-server icon indicating copy to clipboard operation
apm-server copied to clipboard

feat: support otlp/http JSON protobuf encoding

Open carsonip opened this issue 2 years ago • 0 comments

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.

carsonip avatar Feb 12 '24 19:02 carsonip