ApplicationInsights-Python/README.md

1.4 KiB

Azure Monitor Opentelemetry Distro

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:

Getting started

Install the package

Install the Azure Monitor Opentelemetry Distro with pip:

pip install azure-monitor-opentelemetry-distro --pre

Prerequisites:

To use this package, you must have:

  • Azure subscription - [Create a free account][azure_sub]
  • Azure Monitor - [How to use application insights][application_insights_namespace]
  • Opentelemetry SDK - [Opentelemtry SDK for Python][ot_sdk_python]
  • Python 3.6 or later - [Install Python][python]

Additional documentation

Azure Portal