The spec for OTLP exporter recommends supporting both protobufs over grpc and json over http for exporting telemetry via the OTLP exporter https://github.com/open-telemetry/opentelemetry-specification/pull/699/files
Describe the solution you'd like
Currently, the implementation only supports gRPC, this feature request is to support JSON over HTTP
The spec for OTLP exporter recommends supporting both protobufs over grpc and json over http for exporting telemetry via the OTLP exporter https://github.com/open-telemetry/opentelemetry-specification/pull/699/files
Describe the solution you'd like
Currently, the implementation only supports gRPC, this feature request is to support JSON over HTTP