File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and [minimal](./installation.md#install-the-base-package) dependencies:
2020| ` Hangfire ` | :heavy_check_mark : | | [ OpenTelemetry.Instrumentation.Hangfire] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Hangfire ) |
2121| ` HttpClient ` | :heavy_check_mark : | :heavy_check_mark : | [ OpenTelemetry.Instrumentation.Http] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Http ) |
2222| ` HostResource ` | :heavy_check_mark : | :heavy_check_mark : | [ OpenTelemetry.Resources.Host] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Resources.Host ) |
23+ | ` MySqlData ` | | | [ MySql.Data.OpenTelemetry] ( https://www.nuget.org/packages/MySql.Data.OpenTelemetry ) |
2324| ` NetRuntime ` | :heavy_check_mark : | :heavy_check_mark : | [ OpenTelemetry.Instrumentation.Runtime] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Runtime ) |
2425| ` Owin ` | :heavy_check_mark : | | [ OpenTelemetry.Instrumentation.Owin] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Owin ) |
2526| ` Process ` | :heavy_check_mark : | :heavy_check_mark : | [ OpenTelemetry.Instrumentation.Process] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Process ) |
@@ -35,3 +36,5 @@ and [minimal](./installation.md#install-the-base-package) dependencies:
3536* The ` ContainerResource ` instrumentation is included but needs to be explicitly
3637 activated, as it currently adds container resource attributes for processes
3738 running not in containers.
39+ * The ` MySqlData ` instrumentation is automatically enabled if it is present in
40+ the application, but requires ` MySql.Data.OpenTelemetry ` to be manually installed.
You can’t perform that action at this time.
0 commit comments