Filter Processor causes exported spans to lose ResourceDefinition
information in Jaeger
#3603
Labels
bug
Something isn't working
Bug Report
Runtime version: .NET 6.0
Symptom
When using the a filter
CompositeProcessor<Activity>
that is nearly identical to what's included in the OpenTelemetry .NET documentation:opentelemetry-dotnet/docs/trace/extending-the-sdk/MyFilteringProcessor.cs
Lines 34 to 53 in 4310e08
I compose my OpenTelemetry tracing integration like so:
The filter works as expected - however, I lose all of my
ResourceBuilder
information and see this instead:What is the expected behavior?
I expected to see my resource data, which I could see before I added the
CompositeProcessor<Activity>
to my pipeline:What is the actual behavior?
- none of my
ResourceDefinition
data is present on the traces.Reproduce
Run
opentelemetry-dotnet/docs/trace/extending-the-sdk/Program.cs
Lines 24 to 50 in 4310e08
MyFilteringProcessor
wrapped around aJaegerExporter
.The text was updated successfully, but these errors were encountered: