OpenTracing.Contrib.Unofficial.NetCore
0.0.2
Adds OpenTracing instrumentation for .NET Core apps that use the `Microsoft.Extensions.*` stack.
Instrumented components: HttpClient calls, ASP.NET Core, Entity Framework Core and any other library that uses DiagnosticSource events.
Install-Package OpenTracing.Contrib.Unofficial.NetCore -Version 0.0.2
dotnet add package OpenTracing.Contrib.Unofficial.NetCore --version 0.0.2
<PackageReference Include="OpenTracing.Contrib.Unofficial.NetCore" Version="0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTracing.Contrib.Unofficial.NetCore --version 0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OpenTracing.Contrib.Unofficial.NetCore, 0.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
- OpenTracing (>= 0.12.0)
- System.Data.SqlClient (>= 4.6.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.