v0.1.0
Pre-release
Pre-release
Initial release. Adds OpenTracing instrumentation for the following components:
- Any library/framework that uses .NET's
DiagnosticSource
andActivity
types (fromSystem.Diagnostics.DiagnosticSource
) - Incoming ASP.NET Core requests
- Outgoing HTTP calls
- Entity Framework commands
This library targets netcoreapp2.0
and therefore only supports .NET Core 2.0+ based apps (ASP.NET Core and non-web based apps).
To start the instrumentation, add the package reference OpenTracing.Contrib.NetCore
and call services.AddOpenTracing()
in your ConfigureServices
method.
Note that you need an OpenTracing compatible tracer to consume this data.