mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
74 lines
2.6 KiB
JSON
74 lines
2.6 KiB
JSON
{
|
|
"type": "datasource",
|
|
"name": "Azure Monitor",
|
|
"id": "grafana-azure-monitor-datasource",
|
|
"category": "cloud",
|
|
"includes": [
|
|
{ "type": "dashboard", "name": "Azure / Alert Consumption", "path": "dashboards/v1Alerts.json" },
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Azure / Insights / Applications",
|
|
"path": "dashboards/appInsights.json"
|
|
},
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Azure / Insights / Applications Test Availability Geo Map",
|
|
"path": "dashboards/appInsightsGeoMap.json"
|
|
},
|
|
{ "type": "dashboard", "name": "Azure / Insights / CosmosDB", "path": "dashboards/cosmosdb.json" },
|
|
{ "type": "dashboard", "name": "Azure / Insights / Data Explorer Clusters", "path": "dashboards/adx.json" },
|
|
{ "type": "dashboard", "name": "Azure / Insights / Key Vaults", "path": "dashboards/keyvault.json" },
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Azure / Insights / Networks",
|
|
"path": "dashboards/networkInsightsDashboard.json"
|
|
},
|
|
{ "type": "dashboard", "name": "Azure / Insights / SQL Database", "path": "dashboards/sqldb.json" },
|
|
{ "type": "dashboard", "name": "Azure / Insights / Storage Accounts", "path": "dashboards/storage.json" },
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Azure / Insights / Virtual Machines by Resource Group",
|
|
"path": "dashboards/vMInsightsRG.json"
|
|
},
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Azure / Insights / Virtual Machines by Workspace",
|
|
"path": "dashboards/vMInsightsWorkspace.json"
|
|
},
|
|
{ "type": "dashboard", "name": "Azure / Resources Overview", "path": "dashboards/arg.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://grafana.com/docs/grafana/latest/datasources/azuremonitor/" },
|
|
{ "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": "1.0.0"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "5.2.x",
|
|
"plugins": []
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": true,
|
|
"alerting": true,
|
|
"backend": true
|
|
}
|