Skip to content

Latest commit

 

History

History

README.md

OpenTracing Shim for OpenTelemetry .NET

NuGet NuGet

The OpenTelemetry project aims to provide backwards compatibility with the OpenTracing project in order to ease migration of instrumented codebases.

The OpenTracing Shim for OpenTelemetry .NET is an implementation of an OpenTracing Tracer providing a compatible shim on top of the OpenTelemetry API.

Installation

dotnet add package --prerelease OpenTelemetry.Shims.OpenTracing

See TestOpenTracingShim.cs for an example of how to use the OpenTracing shim.

References