You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OTLP exporter currently supports grpc and http/protobuf. This issue is to add support for http/json as well to support all the options from the specification.
Proposed Solution
Similar to the other options, the solution would be to add one more supported config option along with the tests for it.
Alternatives
Don't support http/json
Prior Art
Support for http/protobuf and grpc can be used as examples for implementing this.
Problem Statement
The OTLP exporter currently supports
grpc
andhttp/protobuf
. This issue is to add support forhttp/json
as well to support all the options from the specification.Proposed Solution
Similar to the other options, the solution would be to add one more supported config option along with the tests for it.
Alternatives
Don't support
http/json
Prior Art
Support for
http/protobuf
andgrpc
can be used as examples for implementing this.Additional Context
See OTLP exporter options here: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options
The text was updated successfully, but these errors were encountered: