Skip to content

Commit

Permalink
Updating python recipe to OpenTelemetry (#1060)
Browse files Browse the repository at this point in the history
* Updating Python Azure Monitor reference from OpenCensus to OpenTelmetry

* Change SDK to Library

---------

Co-authored-by: Tess Ferrandez <[email protected]>
  • Loading branch information
mikewo and TessFerrandez authored Sep 27, 2024
1 parent 592392e commit 4432e06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/observability/recipes-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ This dashboard recipe provides observability for AzDO pipelines by displaying va

## Python Logger Class for Application Insights using OpenCensus

This repository contains "AppLogger" class which is a python logger class for Application Insights using Opencensus. It also contains sample code that shows the usage of "AppLogger".

[GitHub Repo](https://github.com/Azure-Samples/azure-monitor-opencensus-python/tree/master/azure_monitor/python_logger_opencensus_azure)
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 4432e06

Please sign in to comment.