/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards
{ "__inputs": [], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "10.4.7" }, { "type": "datasource", "id": "grafana-azure-monitor-datasource", "name": "Azure Monitor", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "panels": [ { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 100 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 0 }, "id": 7, "options": { "minVizHeight": 75, "minVizWidth": 75, "orientation": "auto", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "/^Availability$/", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false, "sizing": "auto", "text": {} }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "title": "Availability", "transparent": true, "type": "gauge" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 0 }, "id": 6, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["sum"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "value_and_name", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "PT5M", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "transparent": true, "type": "stat" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "purple", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 0 }, "id": 8, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["mean"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "value_and_name", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessE2ELatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "transparent": true, "type": "stat" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "purple", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 0 }, "id": 9, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["mean"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "value_and_name", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessServerLatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "transparent": true, "type": "stat" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 0 }, "id": 10, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["sum"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "value_and_name", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total", "Average", "Minimum", "Maximum"], "aggregation": "Total", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Ingress", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "transparent": true, "type": "stat" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 0 }, "id": 11, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["sum"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "value_and_name", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total", "Average", "Minimum", "Maximum"], "aggregation": "Total", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Egress", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "transparent": true, "type": "stat" }, { "datasource": { "type": "grafana-azure-monitor-datasource", "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 4 }, "id": 2, "options": { "legend": { "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "Table transactions", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/tableServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "Blob transactions", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/blobServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "File transactions", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" }, { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "Queue transactions", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/queueServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" } ], "title": "Transactions by storage type", "type": "timeseries" }, { "datasource": { "type": "grafana-azure-monitor-datasource", "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 4 }, "id": 14, "options": { "legend": { "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "title": "Transactions by API Name", "type": "timeseries" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 13 }, "id": 13, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "7.4.3", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "", "alias": "Table capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "select", "metricName": "select", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "select", "resourceName": "select", "timeGrain": "", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Blob capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Blob type", "value": "BlobType" }, { "text": "Blob tier", "value": "Tier" } ], "metricDefinition": "$ns/blobServices", "metricName": "BlobCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "File capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "FileCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Queue capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/queueServices", "metricName": "QueueCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" } ], "title": "Capacity by storage type", "type": "timeseries" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 13 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "7.4.3", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Table availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/tableServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Blob availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/blobServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "File availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" }, { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Queue availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/queueServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" } ], "title": "Availability by storage type", "type": "timeseries" }, { "collapsed": false, "datasource": { "uid": "$ds" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 52, "panels": [], "targets": [ { "datasource": { "uid": "$ds" }, "refId": "A" } ], "title": "Failures", "type": "row" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Transactions ClientOtherError" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } }, { "id": "displayName", "value": "ClientOtherError" } ] }, { "matcher": { "id": "byName", "options": "Transactions Success" }, "properties": [ { "id": "displayName", "value": "Success" } ] } ] }, "gridPos": { "h": 6, "w": 6, "x": 0, "y": 23 }, "id": 16, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["sum"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "auto", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ResponseType", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "type": "stat" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Transactions Success" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 18, "x": 6, "y": 23 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "7.4.3", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ResponseType", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "type": "timeseries" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "basic", "type": "gauge" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 29 }, "id": 20, "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false }, "showHeader": false }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" }, { "dimension": "ResponseType", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/blobServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "title": "Blob Services", "transformations": [ { "id": "reduce", "options": { "reducers": ["sum"] } } ], "type": "table" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "basic", "type": "gauge" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 29 }, "id": 22, "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false }, "showHeader": false }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" }, { "dimension": "ResponseType", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" }, { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "title": "File Services", "transformations": [ { "id": "reduce", "options": { "reducers": ["sum"] } } ], "type": "table" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "basic", "type": "gauge" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 37 }, "id": 24, "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false }, "showHeader": false }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" }, { "dimension": "ResponseType", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/tableServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "title": "Table Services", "transformations": [ { "id": "reduce", "options": { "reducers": ["sum"] } } ], "type": "table" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "basic", "type": "gauge" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 37 }, "id": 26, "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false }, "showHeader": false }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Total"], "aggregation": "Total", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" }, { "dimension": "ResponseType", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Response type", "value": "ResponseType" }, { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/queueServices", "metricName": "Transactions", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" } ], "title": "Queue Services", "transformations": [ { "id": "reduce", "options": { "reducers": ["sum"] } } ], "type": "table" }, { "collapsed": false, "datasource": { "uid": "$ds" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 45 }, "id": 50, "panels": [], "targets": [ { "datasource": { "uid": "$ds" }, "refId": "A" } ], "title": "Performance", "type": "row" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Success Server Latency" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 6, "x": 0, "y": 46 }, "id": 28, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["sum"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "auto", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessE2ELatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessServerLatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" } ], "type": "stat" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Success Server Latency" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 18, "x": 6, "y": 46 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "7.4.3", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessE2ELatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessServerLatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" } ], "type": "timeseries" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "Mean" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "lcd", "type": "gauge" } }, { "id": "color", "value": { "mode": "continuous-GrYlRd" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "gauge" } }, { "id": "color", "value": { "fixedColor": "red", "mode": "continuous-GrYlRd" } } ] }, { "matcher": { "id": "byName", "options": "Min" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "gauge" } }, { "id": "color", "value": { "fixedColor": "green", "mode": "continuous-GrYlRd" } } ] }, { "matcher": { "id": "byName", "options": "Field" }, "properties": [ { "id": "displayName", "value": "Latency" } ] } ] }, "gridPos": { "h": 11, "w": 24, "x": 0, "y": 52 }, "id": 32, "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false }, "showHeader": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessE2ELatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "SuccessServerLatency", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" } ], "transformations": [ { "id": "reduce", "options": { "includeTimeField": false, "mode": "seriesToRows", "reducers": ["mean", "max", "min"] } }, { "id": "sortBy", "options": { "fields": {}, "sort": [ { "desc": true, "field": "Mean" } ] } } ], "type": "table" }, { "collapsed": false, "datasource": { "uid": "$ds" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 63 }, "id": 48, "panels": [], "targets": [ { "datasource": { "uid": "$ds" }, "refId": "A" } ], "title": "Availability", "type": "row" }, { "datasource": { "uid": "$ds" }, "description": "The data comes from Storage metrics. It measures the availability of requests on Storage accounts.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 100 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 64 }, "id": 34, "options": { "minVizHeight": 75, "minVizWidth": 75, "orientation": "auto", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false, "sizing": "auto", "text": {} }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Account Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Blob Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/blobServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Table Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/tableServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "File Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" }, { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Queue Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/queueServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "E", "subscription": "$sub" } ], "type": "gauge" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Mean" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "color-background" } }, { "id": "color", "value": { "mode": "continuous-RdYlGr" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 72 }, "id": 36, "maxDataPoints": 1, "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false }, "showHeader": false }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/blobServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/tableServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" }, { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilter": "*", "dimensionFilters": [ { "dimension": "ApiName", "filter": "", "operator": "eq" } ], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/queueServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" } ], "title": "Availability by API name", "transformations": [ { "id": "reduce", "options": { "includeTimeField": false, "mode": "seriesToRows", "reducers": ["mean"] } } ], "type": "table" }, { "datasource": { "type": "grafana-azure-monitor-datasource", "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 72 }, "id": 38, "options": { "legend": { "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Blob Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/blobServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Table Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/tableServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "File Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" }, { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average", "Minimum", "Maximum"], "aggregation": "Average", "alias": "Queue Availability", "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000], "dimensionFilters": [], "dimensions": [ { "text": "Geo type", "value": "GeoType" }, { "text": "API name", "value": "ApiName" }, { "text": "Authentication", "value": "Authentication" } ], "metricDefinition": "$ns/queueServices", "metricName": "Availability", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 minute", "value": "PT1M" }, { "text": "5 minutes", "value": "PT5M" }, { "text": "15 minutes", "value": "PT15M" }, { "text": "30 minutes", "value": "PT30M" }, { "text": "1 hour", "value": "PT1H" }, { "text": "6 hours", "value": "PT6H" }, { "text": "12 hours", "value": "PT12H" }, { "text": "1 day", "value": "P1D" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" } ], "title": "Availability Trend", "type": "timeseries" }, { "collapsed": false, "datasource": { "uid": "$ds" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 80 }, "id": 46, "panels": [], "targets": [ { "datasource": { "uid": "$ds" }, "refId": "A" } ], "title": "Capacity", "type": "row" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 81 }, "id": 40, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, "showPercentChange": false, "text": {}, "textMode": "auto", "wideLayout": true }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Account Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns", "metricName": "UsedCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts", "resourceGroup": "$rg", "resourceName": "$resource", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "A", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Blob Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Blob type", "value": "BlobType" }, { "text": "Blob tier", "value": "Tier" } ], "metricDefinition": "$ns/blobServices", "metricName": "BlobCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Table Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/tableServices", "metricName": "TableCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "File Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "FileCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Queue Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/queueServices", "metricName": "QueueCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "E", "subscription": "$sub" } ], "type": "stat" }, { "datasource": { "type": "grafana-azure-monitor-datasource", "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 4, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 89 }, "id": 42, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.7", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Blob Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilters": [], "dimensions": [ { "text": "Blob type", "value": "BlobType" }, { "text": "Blob tier", "value": "Tier" } ], "metricDefinition": "$ns/blobServices", "metricName": "BlobCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Table Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/tableServices", "metricName": "TableCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "File Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilters": [], "dimensions": [ { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "FileCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "dashboardTime": false, "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Queue Capacity", "allowedTimeGrainsMs": [3600000], "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/queueServices", "metricName": "QueueCapacity", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resources": [ { "resourceGroup": "$rg", "resourceName": "$resource/default" } ], "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "E", "subscription": "$sub" } ], "title": "Storage capacity", "type": "timeseries" }, { "datasource": { "uid": "$ds" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 4, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 89 }, "id": 44, "options": { "legend": { "calcs": ["mean"], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "7.4.3", "targets": [ { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Blob Count", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "Blob type", "value": "BlobType" }, { "text": "Blob tier", "value": "Tier" } ], "metricDefinition": "$ns/blobServices", "metricName": "BlobCount", "metricNamespace": "Microsoft.Storage/storageAccounts/blobServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "B", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Table Count", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/tableServices", "metricName": "TableCount", "metricNamespace": "Microsoft.Storage/storageAccounts/tableServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "C", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "File Count", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [ { "text": "File Share", "value": "FileShare" } ], "metricDefinition": "$ns/fileServices", "metricName": "FileCount", "metricNamespace": "Microsoft.Storage/storageAccounts/fileServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "D", "subscription": "$sub" }, { "appInsights": { "dimension": [], "metricName": "select", "timeGrain": "auto" }, "azureLogAnalytics": { "query": "//change this example to create your own time series query\n<table name> //the table to query (e.g. Usage, Heartbeat, Perf)\n| where $__timeFilter(TimeGenerated) //this is a macro used to show the full chart’s time range, choose the datetime column here\n| summarize count() by <group by column>, bin(TimeGenerated, $__interval) //change “group by column” to a column in your table, such as “Computer”. The $__interval macro is used to auto-select the time grain. Can also use 1h, 5m etc.\n| order by TimeGenerated asc", "resultFormat": "time_series", "workspace": "00000000-0000-0000-0000-000000000000" }, "azureMonitor": { "aggOptions": ["Average"], "aggregation": "Average", "alias": "Queue Count", "allowedTimeGrainsMs": [3600000], "dimensionFilter": "*", "dimensionFilters": [], "dimensions": [], "metricDefinition": "$ns/queueServices", "metricName": "QueueCount", "metricNamespace": "Microsoft.Storage/storageAccounts/queueServices", "resourceGroup": "$rg", "resourceName": "$resource/default", "timeGrain": "auto", "timeGrains": [ { "text": "auto", "value": "auto" }, { "text": "1 hour", "value": "PT1H" } ], "top": "10" }, "datasource": { "uid": "$ds" }, "hide": false, "insightsAnalytics": { "query": "", "resultFormat": "time_series" }, "queryType": "Azure Monitor", "refId": "E", "subscription": "$sub" } ], "title": "Storage count", "type": "timeseries" } ], "refresh": false, "schemaVersion": 39, "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "Azure Monitor", "value": "azure-monitor-oob" }, "hide": 0, "includeAll": false, "label": "Data Source", "multi": false, "name": "ds", "options": [], "query": "grafana-azure-monitor-datasource", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "uid": "$ds" }, "definition": "", "hide": 0, "includeAll": false, "label": "Subscription", "multi": false, "name": "sub", "options": [], "query": { "grafanaTemplateVariableFn": { "kind": "SubscriptionsQuery", "rawQuery": "subscriptions()" }, "queryType": "Azure Subscriptions", "refId": "A" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "grafana-azure-monitor-datasource", "uid": "${ds}" }, "definition": "", "hide": 2, "includeAll": false, "label": "Namespace", "multi": false, "name": "ns", "options": [], "query": { "azureResourceGraph": { "query": "resources\r\n| where [\"type\"] =~ \"Microsoft.Storage/storageAccounts\"\r\n| distinct [\"type\"]" }, "queryType": "Azure Resource Graph", "refId": "A", "subscriptions": ["$sub"] }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "type": "query" }, { "current": {}, "datasource": { "uid": "$ds" }, "definition": "", "hide": 0, "includeAll": false, "label": "Resource Group", "multi": false, "name": "rg", "options": [], "query": { "azureResourceGraph": { "query": "resources\r\n| where [\"type\"] =~ \"Microsoft.Storage/storageAccounts\"\r\n| distinct resourceGroup" }, "queryType": "Azure Resource Graph", "refId": "A", "subscriptions": ["$sub"] }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "uid": "$ds" }, "definition": "", "hide": 0, "includeAll": false, "label": "Resource", "multi": false, "name": "resource", "options": [], "query": { "namespace": "$ns", "queryType": "Azure Resource Names", "refId": "A", "resourceGroup": "$rg", "subscription": "$sub" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Azure / Insights / Storage Accounts", "uid": "3n2E8CrGk", "version": 29, "weekStart": "" }
.
Edit
..
Edit
adx.json
Edit
appInsights.json
Edit
appInsightsFailureDependencies.json
Edit
appInsightsFailureExceptions.json
Edit
appInsightsFailureOperations.json
Edit
appInsightsGeoMap.json
Edit
appInsightsPerfDependencies.json
Edit
appInsightsPerfOperations.json
Edit
arg.json
Edit
azureInfraApps.json
Edit
azureInfraCompute.json
Edit
azureInfraData.json
Edit
azureInfraNetwork.json
Edit
azureInfraStorageVaults.json
Edit
containerInsightsSyslog.json
Edit
cosmosdb.json
Edit
keyvault.json
Edit
networkInsightsDashboard.json
Edit
postgresFlexibleServer.json
Edit
sqldb.json
Edit
storage.json
Edit
v1Alerts.json
Edit
vMInsightsRG.json
Edit
vMInsightsWorkspace.json
Edit