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

Rust and C++ - Can we remove gRPC dependency on exporter? #679

Closed
austinlparker opened this issue Jan 9, 2023 · 4 comments
Closed

Rust and C++ - Can we remove gRPC dependency on exporter? #679

austinlparker opened this issue Jan 9, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@austinlparker
Copy link
Member

In Rust and C++, we have hard requirements on gRPC due to OTLP exporters even if we aren't using gRPC export. Can this be changed upstream?

@austinlparker austinlparker added the enhancement New feature or request label Jan 9, 2023
@austinlparker
Copy link
Member Author

open-telemetry/opentelemetry-cpp#1826

This might fix the C++ issue

@svrnm
Copy link
Member

svrnm commented Jan 14, 2023

For c++ the exporter is not the problem alone, as far as I see it: the service itself serves via gRPC, so also that needs to be refactored.

@styblope
Copy link
Contributor

Same as above for Rust + http exporter currently only supports traces, no metrics (in case we'd like to implement some)

@cartersocha
Copy link
Contributor

Probably a moot point with build times reduced. Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants