@@ -20,8 +20,8 @@ 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 ` | : heavy_check_mark : | : heavy_check_mark : | [ OpenTelemetry.Instrumentation.MySqlData ] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.MySqlData ) |
24- | | | | [ MySql.Data.OpenTelemetry ] ( https://www.nuget.org/packages/MySql.Data.OpenTelemetry ) |
23+ | ` MySqlData ` | | | [ MySql.Data.OpenTelemetry ] ( https://www.nuget.org/packages/MySql.Data.OpenTelemetry ) |
24+ | | | | [ OpenTelemetry.Instrumentation.MySqlData ] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.MySqlData ) : warning : ** Deprecated ** |
2525| ` NetRuntime ` | :heavy_check_mark : | :heavy_check_mark : | [ OpenTelemetry.Instrumentation.Runtime] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Runtime ) |
2626| ` Owin ` | :heavy_check_mark : | | [ OpenTelemetry.Instrumentation.Owin] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Owin ) |
2727| ` Process ` | :heavy_check_mark : | :heavy_check_mark : | [ OpenTelemetry.Instrumentation.Process] ( https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Process ) |
@@ -37,5 +37,5 @@ and [minimal](./installation.md#install-the-base-package) dependencies:
3737* The ` ContainerResource ` instrumentation is included but needs to be explicitly
3838 activated, as it currently adds container resource attributes for processes
3939 running not in containers.
40- * The ` MySqlData ` instrumentation does not include the MySql.Data.OpenTelemetry
41- package. Install separately if needed .
40+ * The ` MySqlData ` instrumentation is automatically enabled if it is present in
41+ the application, but requires ` MySql.Data.OpenTelemetry ` to be manually installed .
0 commit comments