[bug] Baggage is not propagated across spans of a trace #2473
Labels
bug
Something isn't working
comp:instrumentation.entityframeworkcore
Things related to OpenTelemetry.Instrumentation.EntityFrameworkCore
Component
OpenTelemetry.Instrumentation.EntityFrameworkCore
Package Version
OpenTelemetry
OpenTelemetry.Extensions.Hosting
OpenTelemetry.Instrumentation.AspNetCore
OpenTelemetry.Instrumentation.EntityFrameworkCore
OpenTelemetry.Instrumentation.Runtime
OpenTelemetry.Instrumentation.Process
OpenTelemetry.Exporter.OpenTelemetryProtocol
Runtime Version
net9.0
Description
Baggage items set using
Activity.SetBaggage
orOpenTelemetry.Baggage.SetBaggage
are not propagated across spans of a trace.Steps to Reproduce
docker compose up
.Expected Result
Both the baggage items
custom_identifier_baggage_OTEL
andcustom_identifier_baggage_Activity
should be present on the corresponding EF Core span.Actual Result
The baggage items
custom_identifier_baggage_OTEL
andcustom_identifier_baggage_Activity
are missing on the corresponding EF Core span:Additional Context
No response
The text was updated successfully, but these errors were encountered: