Jonathan Kight
Jonathan Kight
FWIW, I tried a few of the methods in this issue and couldn't get any of them to work. My current setup is Axum + Tracing + OTEL crates. I...
I also need trace_ids to exist across traces and logs, and agree puling from a span context is not ergonomic. > Pinging on an old issue in light of new...
> No, thats not how it works. @cijothomas Apologies, let me try restating my problem in a different way. I tried to use [this example](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-appender-tracing/examples/basic.rs#L13), but with an exporter like...
@cijothomas I could be mistaken, but those examples seem to never set the `GlobalLoggingProvider` and rely on a the default global one, which is a `NoopLoggingProvider` ([here](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/src/logs/noop.rs#L10)). I haven't tested...
@cijothomas I appreciate the quick reply. I'll try and find time to play with it in the near future.