Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cwe1ss cwe1ss released this 12 Mar 18:19
· 62 commits to master since this release

Initial release. Adds OpenTracing instrumentation for the following components:

  • Any library/framework that uses .NET's DiagnosticSource and Activity types (from System.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.