Skip to content

Commit

Permalink
Update distributed-tracing.md (#2053)
Browse files Browse the repository at this point in the history
Update the linklink to the OpenTelemetry implementation
  • Loading branch information
obenarchid authored Feb 28, 2023
1 parent d61b79e commit ac2721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docfx/articles/distributed-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services.AddReverseProxy()
.ConfigureHttpClient((context, handler) => handler.ActivityHeadersPropagator = null);
```

[OpenTelemetry]: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/trace/getting-started/README.md
[OpenTelemetry]: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/trace/getting-started-aspnetcore
[Application Insights]: https://docs.microsoft.com/azure/azure-monitor/app/asp-net-core
[B3 propagation]: https://github.com/openzipkin/b3-propagation
[`DistributedContextPropagator`]: https://docs.microsoft.com/dotnet/api/system.diagnostics.distributedcontextpropagator
Expand Down

0 comments on commit ac2721d

Please sign in to comment.