skillfed

azure-monitor-events-extension

Microsoft Azure Monitor Events Extension for Python

azure-monitor-events-extension v0.1.0 273.4K downloads/30d#8,201 on PyPI141
Permissive license MIT License DORMANT released

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-extension

uv

uv add azure-monitor-events-extension

poetry

poetry add azure-monitor-events-extension

Installing 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

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure application insights custom eventsopentelemetry azure monitor extensionsend events to application insightsazure monitor python instrumentationapplication insights event tracking
azure-integrationobservabilityopentelemetry

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

applicationinsights

Sends telemetry events, metrics, and traces to…

permissive · top 5,000 on PyPI

azure-monitor-opentelemetry-exporter

Exports OpenTelemetry traces, metrics, and logs…

permissive · top 1,000 on PyPI

azure-monitor-opentelemetry

Bundles OpenTelemetry SDK and Azure Monitor…

permissive · top 5,000 on PyPI

opencensus-ext-azure

Exports logs, metrics, and traces from Python…

permissive · top 5,000 on PyPI

azure-core-tracing-opentelemetry

Integrates Azure SDK clients with OpenTelemetry…

unclear · top 5,000 on PyPI

microsoft-opentelemetry

Provides a unified OpenTelemetry distribution…

permissive · top 15,000 on PyPI

logging-azure-rest

Provides a Python logging handler that…

permissive · top 5,000 on PyPI

azure-monitor-ingestion

Sends custom logs and structured data to Azure…

permissive · top 5,000 on PyPI

amplitude-analytics

Official Amplitude backend SDK for Python that…

permissive · top 5,000 on PyPI

azurefunctions-extensions-base

Provides base infrastructure for Azure…

permissive · top 15,000 on PyPI