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
https://github.com/open-telemetry/opentelemetry-rust/pull/1840/files has explicitly updgraded msrv for otlp exporter. But the CI check is not checking this for OTLP exporter now.
https://github.com/open-telemetry/opentelemetry-rust/blob/main/scripts/msrv.sh#L14-L17
Opening an issue to track adding the msrv check for otlp. It could be done via an env variable to control the version or other ideas are welcome.
The text was updated successfully, but these errors were encountered:
Do we need to bump msrv for opentelemetry-proto too, as that too depends on tonic and prost?
Sorry, something went wrong.
closed via #1864
No branches or pull requests
https://github.com/open-telemetry/opentelemetry-rust/pull/1840/files has explicitly updgraded msrv for otlp exporter. But the CI check is not checking this for OTLP exporter now.
https://github.com/open-telemetry/opentelemetry-rust/blob/main/scripts/msrv.sh#L14-L17
Opening an issue to track adding the msrv check for otlp. It could be done via an env variable to control the version or other ideas are welcome.
The text was updated successfully, but these errors were encountered: