We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
open-telemetry/opentelemetry-cpp#1826
This might fix the C++ issue
Sorry, something went wrong.
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.
Same as above for Rust + http exporter currently only supports traces, no metrics (in case we'd like to implement some)
Probably a moot point with build times reduced. Closing for now.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: