Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Dec 12, 2023
1 parent cdf59db commit 3766c32
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion azure-monitor-events-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
The Azure Monitor Events Extension allows users to send custom events to Application Insights in conjunction with the [Azure Monitor OpenTelemetry Distro](https://learn.microsoft.com/azure/azure-monitor/app/opentelemetry-enable?tabs=python).
This distro automatically installs the following libraries:

### Additional documentation
## Install the package

Install the `Azure Monitor OpenTelemetry Distro` and `Azure Monitor Events Extension` with [pip][pip]:

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

## Samples

Check out the [samples](https://github.com/microsoft/ApplicationInsights-Python/tree/main/azure-monitor-events-extension/samples) page to see how to use the events extention with the distro.

## Additional documentation

* [Azure Portal][azure_portal]
* [Official Azure monitor docs][azure_monitor_opentelemetry]
Expand Down

0 comments on commit 3766c32

Please sign in to comment.