Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for http/json configuration option #6339

Open
codeboten opened this issue Nov 17, 2024 · 0 comments
Open

add support for http/json configuration option #6339

codeboten opened this issue Nov 17, 2024 · 0 comments
Labels
area: config Related to config functionality enhancement New feature or request

Comments

@codeboten
Copy link
Contributor

Problem Statement

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.

Additional Context

See OTLP exporter options here: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options

@codeboten codeboten added area: config Related to config functionality enhancement New feature or request labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: config Related to config functionality enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant