You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-In global.asax.cs added below line of code to start tracebuilder
Sdk.CreateTracerProviderBuilder().AddAspNetInstrumentation().AddHttpClientInstrumentation().AddSource("*").AddConsoleExporter().Build();
The text was updated successfully, but these errors were encountered:
Issue with OpenTelemetry.Instrumentation.AspNet
List of all OpenTelemetry NuGet
packages and version that you are
using (e.g.
OpenTelemetry 1.3.2
):Runtime version net472
Is this a feature request or a bug?
Bug
What is the expected behavior?
TraceParent should flow in Http headers when using HttpClient
What do you expect to see?
Do not see traceparent in http headers
Here is the minimal repro :
https://github.com/sunildatla/TraceParentExampleForNetFX
-In global.asax.cs added below line of code to start tracebuilder
Sdk.CreateTracerProviderBuilder().AddAspNetInstrumentation().AddHttpClientInstrumentation().AddSource("*").AddConsoleExporter().Build();
The text was updated successfully, but these errors were encountered: