-
Notifications
You must be signed in to change notification settings - Fork 795
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 protobuf to OTLP exporter #2354
Comments
@MikeGoldsmith Is https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-collector-grpc not using protobuf with grpc? |
@kolanos It is, but it should be possible to use the proto encoding with the HTTP protocol, there already is one for node (https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-collector-proto) but it would be theorically possible to make it work in the browser (and so merge it with the normal exporter-collector) |
I would like to pick this up. Please assign this to me. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
We currently support protobuf, json over http, and grpc |
It would be good to update OTLP exporter to support exporting data using protobuf.
This is espcially useful, given that OTLP/HTTP JSON format is experimental where the binary format is stable.
Originally posted by @vmarchaud in #2322 (comment)
The text was updated successfully, but these errors were encountered: