Skip to content

Commit

Permalink
Change SDK to Library
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewo committed Aug 17, 2024
1 parent 87967df commit ab3c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/observability/recipes-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This dashboard recipe provides observability for AzDO pipelines by displaying va

## Python OpenTelemetry Examples

The Azure SDK for Python contains an [Azure Monitor Opentelemetry Distro client library for Python ](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry). You can view samples of how to use the SDK in this [GitHub Repo](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples). With this SDK you can easily collect traces, metrics, and logs.
The Azure SDK for Python contains an [Azure Monitor Opentelemetry Distro client library for Python ](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry). You can view samples of how to use the library in this [GitHub Repo](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples). With this library you can easily collect traces, metrics, and logs.

## Java OpenTelemetry Examples

Expand Down

0 comments on commit ab3c5c9

Please sign in to comment.