Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.09 KB

File metadata and controls

25 lines (17 loc) · 1.09 KB

OpenTelemetry.Extensions.DependencyInjection

NuGet NuGet

Installation

dotnet add package --prerelease OpenTelemetry.Extensions.DependencyInjection

Overview

The OpenTelemetry.Extensions.DependencyInjection package provides extension methods and helpers for building TracerProviders and MeterProviders using the Microsoft.Extensions.DependencyInjection API.

The Microsoft.Extensions.DependencyInjection package is primarily intended for library authors who need to integrate with the OpenTelemetry SDK. For more details see: Registration extension method guidance for library authors.

References