AzureMonitor: Add curated dashboards for Azure services (#35356)

* AzureMonitor: Curated dashboards.

* Adding ADX insights and minor fixes.
This commit is contained in:
Avneep Dhanju 2021-06-28 09:55:26 -07:00 committed by GitHub
parent c66a2a9b66
commit 32aa162d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 28898 additions and 0 deletions

View File

@ -3,6 +3,13 @@
"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" }
],
"info": {
"description": "Data source for Microsoft Azure Monitor & Application Insights",