-
Notifications
You must be signed in to change notification settings - Fork 0
README
Craig Wayne edited this page Apr 19, 2024
·
1 revision
| Chart | Visual |
|---|---|
| Area | ![]() |
| Bar | ![]() |
| Column | ![]() |
| Pie | ![]() |
| Scatter | ![]() |
| Table | ![]() |
| Time | ![]() |
| Treemap | Unsupported |
In Javascript:
const your_custom_data_object = {};
appInsights.trackEvent({
...{name: 'your_event_name'},
...{your_custom_data_object}
});ref: https://learn.microsoft.com/en-us/azure/azure-monitor/app/api-custom-events-metrics
An example dashboard export is available here:

- Enable App Insights for your resources
- Create the Queries
- Once you've got your query
- Click "Pin to" dropdown
- Click "Azure dashboard"
- Click "Existing Tab" -> "Shared" radio button
- Choose your subscription
- Choose your dashboard






