{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring"}],"enrichment":{"capability":"Bundles OpenTelemetry SDK and Azure Monitor exporters to instrument Python applications for automatic collection and reporting of traces, metrics, and logs to Azure Monitor with a single configuration call.","skillfed_tags":["observability","azure-integration","distributed-tracing"],"use_cases":["Instrument a Django or FastAPI web service to automatically capture HTTP request traces and send them to Azure Monitor.","Enable distributed tracing across microservices by configuring the distro on each service to report traces to a shared Application Insights resource.","Collect database query spans from psycopg2 and HTTP client spans from requests to correlate slow endpoints with underlying calls.","Set up live metrics and performance counters on a production application to monitor CPU, memory, and request rates in real time.","Disable specific instrumentations in a multi-framework application to avoid double-instrumentation or reduce overhead."],"what_it_does":"Azure Monitor Opentelemetry Distro is a pre-configured bundle of the OpenTelemetry SDK and Azure Monitor exporters designed to simplify telemetry collection in Python applications. It automatically instruments popular web frameworks (Django, FastAPI, Flask), database drivers (psycopg2), and HTTP libraries (requests, urllib, urllib3) to capture traces, metrics, and logs without requiring manual instrumentation of each library. The distro sends all collected telemetry directly to Azure Monitor.\n\nYou configure it with a single call to `configure_azure_monitor()`, passing your Application Insights connection string and optional settings for sampling, performance counters, live metrics, and which instrumentations to enable or disable. The package handles resource detection, span processing, and metric aggregation internally, letting you focus on your application code rather than wiring up observability infrastructure.","worth_installing":"Yes, if you are already using Azure Monitor and need observability in a Python application. The distro eliminates boilerplate by bundling OpenTelemetry and Azure exporters, and it is actively maintained with no known vulnerabilities. The trade-off is a large dependency tree (13 runtime packages) that pulls in instrumentations you may not use; if you need only selective instrumentation or are not on Azure, consider using OpenTelemetry components directly."},"id":"azure-monitor-opentelemetry","links":{"html":"https://skillfed.io/packages/azure-monitor-opentelemetry","md":"https://skillfed.io/packages/azure-monitor-opentelemetry.md","pypi":"https://pypi.org/project/azure-monitor-opentelemetry/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-01","license_spdx":null,"license_treatment":"permissive","name":"azure-monitor-opentelemetry","python_support":"supports_current","summary":"Microsoft Azure Monitor Opentelemetry Distro Client Library for Python"},"popularity":{"monthly_downloads":20906017,"position":1023,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.8.9"}
