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
opentelemetry-rust support OTEL_SERVICE_NAME when the resource is None; it then uses an environment detector: https://github.com/open-telemetry/opentelemetry-rust/pull/571/files
OTEL_SERVICE_NAME
None
The issue here is that we are explicitly setting resource
pyo3-opentelemetry/crates/tracing-subscriber/src/layers/otel_otlp.rs
Line 103 in e84b8b3
PyResource
Line 304 in e84b8b3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
opentelemetry-rust support
OTEL_SERVICE_NAME
when the resource isNone
; it then uses an environment detector: https://github.com/open-telemetry/opentelemetry-rust/pull/571/filesThe issue here is that we are explicitly setting resource
pyo3-opentelemetry/crates/tracing-subscriber/src/layers/otel_otlp.rs
Line 103 in e84b8b3
PyResource
defaults to an empty map, rather than None:pyo3-opentelemetry/crates/tracing-subscriber/src/layers/otel_otlp.rs
Line 304 in e84b8b3
The text was updated successfully, but these errors were encountered: