1.4 KiB
1.4 KiB
OpenTelemetry .NET Instrumentation Library
Instrumented library denotes the library for which telemetry signals are gathered. Instrumentation library refers to the library that provides instrumentation for a given instrumented library. Instrumented Library and Instrumentation Library may be the same library if it has built-in OpenTelemetry instrumentation.
Instrumentation libraries were previously referred to as OpenTelemetry
Adapters. Other terms like Auto-Collectors were also in use previously.
OpenTelemetry .NET currently provides the following Instrumentation Libraries.
- HttpClient (.NET Core)
- HttpClient (.NET Framework)
- ASP.NET
- ASP.NET Core
- SQL Client
- gRPC for .NET
- StackExchange.Redis