ApplicationInsights-Python/azure-monitor-events-extension
Jeremy Voss 7e1ec03837
Remove Azure Monitor OpenTelemetry Distro (#320)
* Remove Azure Monitor OpenTelemetry Distro

* Remove distro from tox. Add events placeholder

* Removed line from events ext + updated test reqs
2023-12-28 11:02:27 -08:00
..
azure Update _events.py 2023-09-18 13:26:50 -07:00
samples lint 2023-09-18 13:16:20 -07:00
tests Remove Azure Monitor OpenTelemetry Distro (#320) 2023-12-28 11:02:27 -08:00
CHANGELOG.md feedback 2023-09-18 14:32:29 -07:00
LICENSE custom events 2023-09-18 13:11:08 -07:00
MANIFEST.in custom events 2023-09-18 13:11:08 -07:00
README.md Remove Azure Monitor OpenTelemetry Distro (#320) 2023-12-28 11:02:27 -08:00
dev-requirements.txt custom events 2023-09-18 13:11:08 -07:00
setup.cfg custom events 2023-09-18 13:11:08 -07:00
setup.py lint 2023-09-18 13:16:20 -07:00

README.md

Azure Monitor Events Extension

The Azure Monitor Events Extension allows users to send custom events to Application Insights in conjunction with the Azure Monitor OpenTelemetry Distro.

Install the package

Install the Azure Monitor OpenTelemetry Distro and Azure Monitor Events Extension:

pip install azure-monitor-opentelemetry
pip install azure-monitor-events-extension --pre

Samples

Check out the samples page to see how to use the events extention with the distro.

Additional documentation