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

OTLP Exporter must default to http/protobuf #1757

Open
cijothomas opened this issue May 14, 2024 · 2 comments
Open

OTLP Exporter must default to http/protobuf #1757

cijothomas opened this issue May 14, 2024 · 2 comments
Assignees
Milestone

Comments

@cijothomas
Copy link
Member

The current default in OTLP Exporter is grpc : https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-otlp/Cargo.toml#L64

This must be changed to use http/protobuf, as perf https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#specify-protocol

@cijothomas
Copy link
Member Author

Given #1738 is too close, I'd prefer to do it after that release.

@cijothomas cijothomas self-assigned this May 14, 2024
@cijothomas cijothomas added this to the 0.28.0 milestone Dec 9, 2024
@cijothomas
Copy link
Member Author

Tagging for 0.28.0 as this must be done before stable release. This is also a pre-req for #2386

OTLP Exporter should default to HTTP/protobuf and also use request::Blocking by default, as we'll be defaulting to BatchProcessor/PeriodicReader which uses own thread and hence must use reqwest::Blocking client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant