OpenTracing.Contrib.NetCore
0.8.0
.NET 5.0
.NET Core 2.1
Install-Package OpenTracing.Contrib.NetCore -Version 0.8.0
dotnet add package OpenTracing.Contrib.NetCore --version 0.8.0
<PackageReference Include="OpenTracing.Contrib.NetCore" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTracing.Contrib.NetCore --version 0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OpenTracing.Contrib.NetCore, 0.8.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenTracing.Contrib.NetCore as a Cake Addin
#addin nuget:?package=OpenTracing.Contrib.NetCore&version=0.8.0
// Install OpenTracing.Contrib.NetCore as a Cake Tool
#tool nuget:?package=OpenTracing.Contrib.NetCore&version=0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1 && < 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 2.1.1 && < 3.0.0)
- Microsoft.Extensions.Logging (>= 2.1.1 && < 3.0.0)
- Microsoft.Extensions.Options (>= 2.1.1 && < 3.0.0)
- OpenTracing (>= 0.12.1)
- System.Diagnostics.DiagnosticSource (>= 4.5.1)
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8 && < 4.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.8 && < 4.0.0)
- Microsoft.Extensions.Logging (>= 3.1.8 && < 4.0.0)
- Microsoft.Extensions.Options (>= 3.1.8 && < 4.0.0)
- OpenTracing (>= 0.12.1)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
-
net5.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Logging (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Options (>= 5.0.0 && < 6.0.0)
- OpenTracing (>= 0.12.1)
- System.Diagnostics.DiagnosticSource (>= 5.0.0)
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 7.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0 && < 7.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0 && < 7.0.0)
- Microsoft.Extensions.Options (>= 6.0.0 && < 7.0.0)
- OpenTracing (>= 0.12.1)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
NuGet packages (32)
Showing the top 5 NuGet packages that depend on OpenTracing.Contrib.NetCore:
Package | Downloads |
---|---|
Convey.Tracing.Jaeger
Convey.Tracing.Jaeger |
|
Solari.Deimos.Abstractions
Abstractions library of Deimos |
|
Acnys.Core.AspNet
Package Description |
|
Else.Convey.Tracing.Jaeger
Convey.Tracing.Jaeger |
|
Logibricks.Utility
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on OpenTracing.Contrib.NetCore:
Repository | Stars |
---|---|
snatch-dev/Convey
A simple recipe for .NET Core microservices.
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
jaegertracing/jaeger-client-csharp
🛑 This library is DEPRECATED!
|
|
catcherwong/Demos
:100:Some demos for learning
|
|
pereiren/dotnet-template-onion
Onion Architecture with .NET 6/.NET Core and CQRS/Event Sourcing following a DDD approach
|