mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* Adding more starter dashboards for Azure Monitor data source * modified dashboard format to match grafana 3.1+ for panel datasource variable templating * Minor fix to dashboard config * Getting rid of individual links to dropdown and adding dropdown * Minor config changes * Readding dashboard linking and * Renamed dashboards, added descriptios and exported them properly for external sharing
51 lines
2.1 KiB
JSON
51 lines
2.1 KiB
JSON
{
|
|
"type": "datasource",
|
|
"name": "Azure Monitor",
|
|
"id": "grafana-azure-monitor-datasource",
|
|
"category": "cloud",
|
|
"includes": [
|
|
{ "type": "dashboard", "name": "Azure Monitor Storage Insights", "path": "dashboards/storage.json" },
|
|
{ "type": "dashboard", "name": "Azure Monitor CosmosDB Insights", "path": "dashboards/cosmosdb.json" },
|
|
{ "type": "dashboard", "name": "Azure Monitor Key Vault Insights", "path": "dashboards/keyvault.json" },
|
|
{ "type": "dashboard", "name": "Azure SQL Database Insights", "path": "dashboards/sqldb.json" },
|
|
{ "type": "dashboard", "name": "Azure Data Explorer Insights", "path": "dashboards/adx.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 Rules", "path": "dashboards/alertRules.json" },
|
|
{ "type": "dashboard", "name": "Azure Alert Consumption Overview", "path": "dashboards/v1AlertsAtScale.json" }
|
|
],
|
|
|
|
"info": {
|
|
"description": "Data source for Microsoft Azure Monitor & Application Insights",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"keywords": ["azure", "monitor", "Application Insights", "Log Analytics", "App Insights"],
|
|
"logos": {
|
|
"small": "img/logo.jpg",
|
|
"large": "img/logo.jpg"
|
|
},
|
|
"links": [
|
|
{ "name": "Learn more", "url": "https://github.com/grafana/azure-monitor-datasource" },
|
|
{ "name": "Apache License", "url": "https://github.com/grafana/azure-monitor-datasource/blob/master/LICENSE" }
|
|
],
|
|
"screenshots": [
|
|
{ "name": "Azure Contoso Loans", "path": "img/contoso_loans_grafana_dashboard.png" },
|
|
{ "name": "Azure Monitor Network", "path": "img/azure_monitor_network.png" },
|
|
{ "name": "Azure Monitor CPU", "path": "img/azure_monitor_cpu.png" }
|
|
],
|
|
"version": "0.3.0",
|
|
"updated": "2018-12-06"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "5.2.x",
|
|
"plugins": []
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": true,
|
|
"alerting": true
|
|
}
|