-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Describe the bug
The OpenTelemetry::Instrumentation::LogBackend
logs asynchronously from a different fiber.
This prevents the logs from being attached to the span from which the log entry was produced.
To Reproduce
Configure the Log
with OpenTelemetry::Instrumentation::LogBackend
as the log backend.
Expected behavior
Logs emitted to OpenTelemetry::Instrumentation::LogBackend
should be attached as events to the span that produced the Log::Entry
Metadata
Metadata
Assignees
Labels
No labels