Particular / ServiceInsight

Advanced debugging for NServiceBus
http://particular.net/serviceinsight
Other
16 stars 32 forks source link

Easily open 3rd party trace tool for OpenTelemetry `traceparent` header #1451

Open ramonsmits opened 3 months ago

ramonsmits commented 3 months ago

When enabling OpenTelemetry tracing in endpoints the traceparent header is added to messages:

Pretty much all trace web can open a trace by opening the tool on a link that contains the traceparent value. For example, Jaeger can open a trace via

http://nas.local:16686/trace/{traceid}

It would be nice if this url can be configured in ServiceInsight and that a button exist to open the trace for a given message via the default system browser.

Same request for ServicePulse: