[bug] Not possible to process Baggage for Redis Spans #2681
Labels
bug
Something isn't working
comp:instrumentation.stackexchangeredis
Things related to OpenTelemetry.Instrumentation.StackExchangeRedis
Component
OpenTelemetry.Instrumentation.StackExchangeRedis
Package Version
Runtime Version
net8.0
Description
I have the following
BaggageProcessor
that adds certain baggage items as attributes to all spans .This processor works for all spans except for the redis instrumentation generated spans due to how the activities are created in a separate thread.
Steps to Reproduce
Simplified code to illustrate
Expected Result
Redis Operation spans to be enriched with new span attributes from the BaggageSpanProcessor
Actual Result
Not attributes added by BaggageSpanProcessor.
I was not able to find a workaround .
Additional Context
No response
The text was updated successfully, but these errors were encountered: