Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.07k stars 648 forks source link

Allow users to control child trace span creation #7016

Open andreasohlund opened 4 months ago

andreasohlund commented 4 months ago

Describe the feature.

Is your feature related to a problem? Please describe.

Currently a child span is always created for the incoming message if a traceparent header is present on the incoming message. To avoid too large traces it can be helpful for the user to control this and eg only use a child trace span based on some convention on the incoming message

Describe the requested feature

Describe alternatives you've considered

Additional Context

No response