Azure monitor datasource: Added starter dashboard for app monitoring with application insights (#40725)

This commit is contained in:
jcolladokuri 2021-11-16 05:37:47 -08:00 committed by GitHub
parent c60933b49b
commit 15d6da8e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2535 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,12 @@
{ "type": "dashboard", "name": "Azure Resource Overview", "path": "dashboards/arg.json" },
{ "type": "dashboard", "name": "Azure Alert Consumption", "path": "dashboards/v1Alerts.json" },
{ "type": "dashboard", "name": "Azure Alert Rules", "path": "dashboards/alertRules.json" },
{ "type": "dashboard", "name": "Azure Alert Consumption Overview", "path": "dashboards/v1AlertsAtScale.json" }
{ "type": "dashboard", "name": "Azure Alert Consumption Overview", "path": "dashboards/v1AlertsAtScale.json" },
{
"type": "dashboard",
"name": "Azure App Monitoring - Application Insights",
"path": "dashboards/appInsights.json"
}
],
"info": {