Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 5.4 KB

supported-instrumentations.md

File metadata and controls

39 lines (36 loc) · 5.4 KB

Supported instrumentations

At the moment, the following instrumentations are included in the distribution packages with full and minimal dependencies:

Identifier Full Base Library name
AspNet ✔️ OpenTelemetry.Instrumentation.AspNet
AspNetCore ✔️ OpenTelemetry.Instrumentation.AspNetCore
AWS ✔️ OpenTelemetry.Instrumentation.AWS
AWSLambda ✔️ OpenTelemetry.Instrumentation.AWSLambda
AWSResource ✔️ ✔️ OpenTelemetry.Resources.AWS
AzureResource ✔️ ✔️ OpenTelemetry.Resources.Azure
Cassandra ✔️ OpenTelemetry.Instrumentation.Cassandra
ContainerResource ✔️ ✔️ OpenTelemetry.Resources.Container
ElasticsearchClient ✔️ OpenTelemetry.Instrumentation.ElasticsearchClient
EntityFrameworkCore ✔️ OpenTelemetry.Instrumentation.EntityFrameworkCore
GrpcNetClient ✔️ ✔️ OpenTelemetry.Instrumentation.GrpcNetClient
Hangfire ✔️ OpenTelemetry.Instrumentation.Hangfire
HttpClient ✔️ ✔️ OpenTelemetry.Instrumentation.Http
HostResource ✔️ ✔️ OpenTelemetry.Resources.Host
NetRuntime ✔️ ✔️ OpenTelemetry.Instrumentation.Runtime
Process ✔️ ✔️ OpenTelemetry.Instrumentation.Process
ProcessResource ✔️ ✔️ OpenTelemetry.Resources.Process
ProcessRuntimeResource ✔️ ✔️ OpenTelemetry.Resources.ProcessRuntime
MySqlData ✔️ ✔️ OpenTelemetry.Instrumentation.MySqlData
✔️ MySql.Data.OpenTelemetry
Owin ✔️ OpenTelemetry.Instrumentation.Owin
Quartz ✔️ OpenTelemetry.Instrumentation.Quartz
SqlClient ✔️ ✔️ OpenTelemetry.Instrumentation.SqlClient
StackExchangeRedis ✔️ OpenTelemetry.Instrumentation.StackExchangeRedis
Wcf ✔️ OpenTelemetry.Instrumentation.Wcf
  • The AWSLambda instrumentation is included but needs to be explicitly activated, as activating it in non-AWS scenarios causes errors.
  • The ContainerResource instrumentation is included but needs to be explicitly activated, as it currently adds container resource attributes for processes running not in containers.