azure-monitor-events-extension
Microsoft Azure Monitor Events Extension for Python
What it is and what it does
This package extends Azure's OpenTelemetry integration by providing a way to send custom events directly to Application Insights. It sits on top of opentelemetry-api and opentelemetry-sdk, two core OpenTelemetry libraries, and is designed to work alongside the Azure Monitor OpenTelemetry Distro.
The extension bridges the gap between OpenTelemetry's standard instrumentation and Azure's Application Insights backend, allowing developers to emit application-specific events that integrate with their broader observability pipeline. It targets Python 3.7 and later.
Use it for:
- Track custom business events in Application Insights alongside standard OpenTelemetry traces and metrics.
- Instrument Python applications running on Azure with event-based observability without manual Application Insights SDK calls.
- Extend existing OpenTelemetry deployments to capture application-specific signals in Azure's monitoring platform.
- Integrate event tracking into distributed tracing workflows managed by the Azure Monitor OpenTelemetry Distro.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Sends custom events to Azure Application Insights using OpenTelemetry, extending the Azure Monitor OpenTelemetry Distro with event-specific instrumentation.
Yes, if you are already using the Azure Monitor OpenTelemetry Distro and need to send custom events to Application Insights. The low install friction and permissive MIT license support adoption. However, the dormant maintenance status (last commit December 2023, no releases since 0.1.0) means you should verify compatibility with your current OpenTelemetry versions and confirm that Azure is not planning to deprecate this extension in favor of a newer approach.
Install
azure-monitor-events-extension on PyPI
pip
pip install azure-monitor-events-extensionuv
uv add azure-monitor-events-extensionpoetry
poetry add azure-monitor-events-extensionInstalling azure-monitor-events-extension
Before you install
Low install friction with two lightweight OpenTelemetry dependencies. However, the package is dormant—last commit was 2023-12-28 and no releases since initial 0.1.0 on 2023-09-19, suggesting minimal active maintenance.
License in practice
MIT License permits commercial and private use with minimal restrictions, making it safe to adopt from a licensing perspective.
Quickstart
pip install azure-monitor-events-extension
from azure_monitor_events_extension import ...
# Use with opentelemetry-api and opentelemetry-sdk for event instrumentation
Requires Python 3.7 or later; intended for use alongside the Azure Monitor OpenTelemetry Distro.
Verify before relying
- What specific event types or schemas the extension supports beyond custom events.
- Whether the package works with current versions of opentelemetry-api and opentelemetry-sdk.
- Active support status and whether dormancy indicates planned deprecation or stable maintenance.
Package facts
| License | MIT License (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — opentelemetry-api, opentelemetry-sdk |
| Maintenance | dormant — 1,060 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 273,391/month — #8,201 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_monitor_events_extension-0.1.0-py2.py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
applicationinsightsSends telemetry events, metrics, and traces to…
permissive · top 5,000 on PyPI
azure-monitor-opentelemetry-exporterExports OpenTelemetry traces, metrics, and logs…
permissive · top 1,000 on PyPI
azure-monitor-opentelemetryBundles OpenTelemetry SDK and Azure Monitor…
permissive · top 5,000 on PyPI
opencensus-ext-azureExports logs, metrics, and traces from Python…
permissive · top 5,000 on PyPI
azure-core-tracing-opentelemetryIntegrates Azure SDK clients with OpenTelemetry…
unclear · top 5,000 on PyPI
microsoft-opentelemetryProvides a unified OpenTelemetry distribution…
permissive · top 15,000 on PyPI
logging-azure-restProvides a Python logging handler that…
permissive · top 5,000 on PyPI
azure-monitor-ingestionSends custom logs and structured data to Azure…
permissive · top 5,000 on PyPI
amplitude-analyticsOfficial Amplitude backend SDK for Python that…
permissive · top 5,000 on PyPI
azurefunctions-extensions-baseProvides base infrastructure for Azure…
permissive · top 15,000 on PyPI