File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/trace/customizing-the-sdk Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : run markdownlint
17- uses : DavidAnson/markdownlint-cli2-action@v16 .0.0
17+ uses : DavidAnson/markdownlint-cli2-action@v18 .0.0
1818 with :
1919 globs : |
2020 **/*.md
Original file line number Diff line number Diff line change @@ -477,8 +477,8 @@ When using the `AddOpenTelemetry` & `WithTracing` extension methods the
477477into an existing collection (typically the collection used is the one managed by
478478the application host). The ` TracerProviderBuilder ` will be able to access all
479479services registered into that collection. For lifecycle management, the
480- ` AddOpenTelemetry ` registers an [ IHostedService
481- ] ( https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice )
480+ ` AddOpenTelemetry ` registers an
481+ [ IHostedService ] ( https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice )
482482which is used to automatically start the ` TracerProvider ` when the host starts
483483and the host will automatically shutdown and dispose the ` TracerProvider ` when
484484it is shutdown.
You can’t perform that action at this time.
0 commit comments