Skip to content

Commit 248727f

Browse files
Address feedback
- Restore the row about MySqlData.
1 parent 5926d85 commit 248727f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/supported-instrumentations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)