Supporting distributed trace context

Has anyone here done much work or investigation in supporting the W3C trace context standard? ASP.NET Core 3 and .NET Core 3.0 will automatically flow these values in ASP.NET Core middleware and HttpClient extensions.

Azure Service Bus is also instrumented in this standard.

Could you please provide a reference? I’m aware of the Application Insights integration that the new Service Bus client has built-in, but not the W3C trace context.

and

There’s some open GH issues that are documenting progress in the ASP.NET Core side