mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Azure monitor datasource: Added starter dashboard for app monitoring with application insights (#40725)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -12,7 +12,12 @@
|
|||||||
{ "type": "dashboard", "name": "Azure Resource Overview", "path": "dashboards/arg.json" },
|
{ "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 Consumption", "path": "dashboards/v1Alerts.json" },
|
||||||
{ "type": "dashboard", "name": "Azure Alert Rules", "path": "dashboards/alertRules.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": {
|
"info": {
|
||||||
|
|||||||
Reference in New Issue
Block a user