cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Stitching purepaths running through NServiceBus via OpenTelemetry

See: https://community.dynatrace.com/t5/Dynatrace-Open-Q-A/Integrate-OpenTelemetry-Spans-with-Dynatrace-U...

 

We have a similar case, but it can't be fixed with the X-Dynatrace header since the NServiceBus handlers are defined as custom services (listeners) and do't start with an HTTP call. No Http, no headers, no linked purepaths.

 

I know we can solve this by using the DT SDK: https://github.com/Dynatrace/OneAgent-SDK-for-dotnet#trace-messaging

But can this also be achieved via OpenTelemetry? Since that's an open standard it would make more sense to us.

2 REPLIES 2

adam_gardner
Dynatrace Champion
Dynatrace Champion

Hey Adam,

 

I know about that one and even used it already, but in this case I don't need to ingest because I have Dynatrace OneAgent at both ends. It's just a matter of stitching purepaths. Which is documented via the oneagent SDK, but I don't know how to do it via OpenTelemetry for dotNet.

Featured Posts