Be able to send OTLP/HTTP+JSON
Opened this issue · 2 comments
nullren commented
The OTLP spec has three different ways to send OTLP data: OTLP over gRPC, OTLP over HTTP in binary, and OTLP over HTTP in JSON. It would be useful for otelgen to use any of the three to help exercise endpoints that support any of the three.
nullren commented
This might be a shortcoming of https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlpmetric since otlpmetrichttp seems to be only via protobuf payloads. That's what's currently used.