Eric Woolsey

Results 136 comments of Eric Woolsey

Sorry I think I need to reopen this. I'm pretty sure the issue lies with the `opentelemetry-appender-tracing` crate. Looking at its code, nowhere does it use the `LogRecord` `trace_context` field,...

> `opentelemetry-appender-tracing` expects the parent's trace-context to be stored in the Otel [Context ](https://github.com/open-telemetry/opentelemetry-rust/blob/a70bb74080ed0d74d6d8196c161edb2c5e941fef/opentelemetry-sdk/src/logs/log_emitter.rs#L214), while `tracing-opentelemetry` manages the parent-child relationship of spans primarily within the `tracing` context, and it is...

> `opentelemetry-appender-tracing` expects the parent's trace-context to be stored in the Otel [Context ](https://github.com/open-telemetry/opentelemetry-rust/blob/a70bb74080ed0d74d6d8196c161edb2c5e941fef/opentelemetry-sdk/src/logs/log_emitter.rs#L214), while `tracing-opentelemetry` manages the parent-child relationship of spans primarily within the `tracing` context, and it is...

@lalitb I need to try and get this going for my work, would you be able to help me out with a quick workaround? Within the `on_event` trait method inside...

Oh that's amazing I didn't realize a PR was already being worked on! I'm sure that'll be exactly what I need. Thank you!

Just coming across this now. ```rust let filter = Targets::new() .with_default(LevelFilter::OFF) .with_target("my-crate", args.log_level); let layer = OpenTelemetryLayer::new(tracer).with_filter(filter); ``` doesn't seem to work for me at all? No matter what filter...

I just checked out this pr with my own fork of semaphore-mtb-setup but it's not fixing the entire problem for me. I still get ```bash ❯ ./semaphore-mtb-setup sol vk 2024/05/27...

If there's a workaround I'm not aware of please let me know, but so far I have not been able to find a solution.

If someone could provide me with an example injective_v2.yml I would be very grateful. I can't get this working. TY!