Skip to content

Files

OpenTelemetry.Shims.OpenTracing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2023
Dec 7, 2023
May 20, 2024
Apr 17, 2024
Nov 9, 2022
Dec 7, 2023
Dec 7, 2023
Dec 7, 2023
Dec 7, 2023
Apr 5, 2024

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