EcovadisCode / Ev.ServiceBus

A wrapper to use Azure Service Bus in a ASP.NET Core project
MIT License
20 stars 9 forks source link

Support for DiagnosticID (traceparent) values in case of service buss message publisher/dispatcher mechanism #60

Closed Marcin-Sulima-ev closed 1 year ago

Marcin-Sulima-ev commented 1 year ago

Support for DiagnosticID (traceparent) values in case of service buss message publisher/dispatcher mechanism was added. (Refer to W3C Trace-Context traceparent header In case when between a publish and dispatch event, the context was changed ( Activity.Current ) root trace chain was broken - that's why the possibility of manual pass trace id value was added between the publisher and dispatcher

benspeth commented 1 year ago

Can you put a paragraph in advancedscenarios.md explaining how to set this value ?

Marcin-Sulima-ev commented 1 year ago

Description in advancedscenarios.md added