Skip to content

Commit

Permalink
Use GMF Warning/Caution (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Jan 12, 2024
1 parent c783632 commit 3a5134f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/trace/reporting-exceptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/OpenTelemetry.Instrumentation.SqlClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
<!-- This comment is to make sure the two notes above and below are not merged -->
> [!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
Expand Down

0 comments on commit 3a5134f

Please sign in to comment.