diff --git a/docs/trace/reporting-exceptions/README.md b/docs/trace/reporting-exceptions/README.md index cd2720695c6..000cba481b2 100644 --- a/docs/trace/reporting-exceptions/README.md +++ b/docs/trace/reporting-exceptions/README.md @@ -142,7 +142,7 @@ It might be useful to automatically capture the unhandled exceptions, travel through the unfinished activities and export them for troubleshooting. Here goes one possible way of doing this: -> **Warning** +> [!CAUTION] > Use `AppDomain.UnhandledException` with caution. A throw in the handler puts the process into an unrecoverable state. diff --git a/src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md b/src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md index 27a581987e3..b48a3e8822b 100644 --- a/src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md +++ b/src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md @@ -7,7 +7,7 @@ This is an [Instrumentation Library](https://github.com/open-telemetry/opentelem which instruments [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) and collects traces about outgoing gRPC requests. -> [!NOTE] +> [!CAUTION] > This component is based on the OpenTelemetry semantic conventions for [traces](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-spans.md). These conventions are diff --git a/src/OpenTelemetry.Instrumentation.SqlClient/README.md b/src/OpenTelemetry.Instrumentation.SqlClient/README.md index 3126a7e597a..b67f9a788e0 100644 --- a/src/OpenTelemetry.Instrumentation.SqlClient/README.md +++ b/src/OpenTelemetry.Instrumentation.SqlClient/README.md @@ -11,12 +11,12 @@ and [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient) and collects traces about database operations. -> **Warning** +> [!WARNING] > Instrumentation is not working with `Microsoft.Data.SqlClient` v3.* due to the [issue](https://github.com/dotnet/SqlClient/pull/1258). It was fixed in 4.0 and later. -> -> [!NOTE] + +> [!CAUTION] > This component is based on the OpenTelemetry semantic conventions for [traces](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md). These conventions are