Azure Monitor Distro of Opentelemetry Python provides multiple installable components available for an Opentelemetry Azure Monitor monitoring solution. It allows you to instrument your Python applications to capture and report telemetry to Azure Monitor via the Azure monitor exporters.
This distro automatically installs the following libraries:
Install the Azure Monitor Opentelemetry Distro with pip:
pip install azure-monitor-opentelemetry-distro --pre
To use this package, you must have:
- Azure subscription - Create a free account
- Azure Monitor - How to use application insights
- Opentelemetry SDK - Opentelemtry SDK for Python
- Python 3.6 or later - Install Python