plugin.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "type": "datasource",
  3. "name": "Azure Monitor",
  4. "id": "grafana-azure-monitor-datasource",
  5. "category": "cloud",
  6. "includes": [
  7. { "type": "dashboard", "name": "Azure / Insights / Storage Accounts", "path": "dashboards/storage.json" },
  8. { "type": "dashboard", "name": "Azure / Insights / CosmosDB", "path": "dashboards/cosmosdb.json" },
  9. { "type": "dashboard", "name": "Azure / Insights / Key Vaults", "path": "dashboards/keyvault.json" },
  10. { "type": "dashboard", "name": "Azure / Insights / SQL Database", "path": "dashboards/sqldb.json" },
  11. { "type": "dashboard", "name": "Azure / Insights / Data Explorer Clusters", "path": "dashboards/adx.json" },
  12. { "type": "dashboard", "name": "Azure / Resources Overview", "path": "dashboards/arg.json" },
  13. { "type": "dashboard", "name": "Azure / Alert Consumption", "path": "dashboards/v1Alerts.json" },
  14. {
  15. "type": "dashboard",
  16. "name": "Azure / Insights / Applications",
  17. "path": "dashboards/appInsights.json"
  18. },
  19. {
  20. "type": "dashboard",
  21. "name": "Azure / Insights / Virtual Machines by Workspace",
  22. "path": "dashboards/vMInsightsWorkspace.json"
  23. },
  24. {
  25. "type": "dashboard",
  26. "name": "Azure / Insights / Virtual Machines by Resource Group",
  27. "path": "dashboards/vMInsightsRG.json"
  28. }
  29. ],
  30. "info": {
  31. "description": "Data source for Microsoft Azure Monitor & Application Insights",
  32. "author": {
  33. "name": "Grafana Labs",
  34. "url": "https://grafana.com"
  35. },
  36. "keywords": ["azure", "monitor", "Application Insights", "Log Analytics", "App Insights"],
  37. "logos": {
  38. "small": "img/logo.jpg",
  39. "large": "img/logo.jpg"
  40. },
  41. "links": [
  42. { "name": "Learn more", "url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/" },
  43. { "name": "Apache License", "url": "https://github.com/grafana/azure-monitor-datasource/blob/master/LICENSE" }
  44. ],
  45. "screenshots": [
  46. { "name": "Azure Contoso Loans", "path": "img/contoso_loans_grafana_dashboard.png" },
  47. { "name": "Azure Monitor Network", "path": "img/azure_monitor_network.png" },
  48. { "name": "Azure Monitor CPU", "path": "img/azure_monitor_cpu.png" }
  49. ],
  50. "version": "1.0.0"
  51. },
  52. "dependencies": {
  53. "grafanaVersion": "5.2.x",
  54. "plugins": []
  55. },
  56. "metrics": true,
  57. "annotations": true,
  58. "alerting": true,
  59. "backend": true
  60. }