diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/appInsights.json b/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/appInsights.json
new file mode 100644
index 00000000000..ed8668c6d3f
--- /dev/null
+++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/appInsights.json
@@ -0,0 +1,2529 @@
+{
+ "annotations": {
+ "list": [
+ {
+ "builtIn": 1,
+ "datasource": "-- Grafana --",
+ "enable": true,
+ "hide": true,
+ "iconColor": "rgba(0, 211, 255, 1)",
+ "name": "Annotations & Alerts",
+ "target": {
+ "limit": 100,
+ "matchAny": false,
+ "tags": [],
+ "type": "dashboard"
+ },
+ "type": "dashboard"
+ }
+ ]
+ },
+ "editable": true,
+ "gnetId": null,
+ "graphTooltip": 0,
+ "id": null,
+ "links": [],
+ "panels": [
+ {
+ "collapsed": false,
+ "datasource": null,
+ "gridPos": {
+ "h": 1,
+ "w": 24,
+ "x": 0,
+ "y": 0
+ },
+ "id": 52,
+ "panels": [],
+ "title": "Azure Portal Links",
+ "type": "row"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 5,
+ "x": 0,
+ "y": 1
+ },
+ "id": 10,
+ "options": {
+ "content": "\n \n
${res} \n Application Insights
\n
\n",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "text",
+ "mode": "fixed"
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": [
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Availability"
+ },
+ "properties": [
+ {
+ "id": "links",
+ "value": [
+ {
+ "targetBlank": true,
+ "title": "",
+ "url": "https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/availability"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ "gridPos": {
+ "h": 3,
+ "w": 2,
+ "x": 5,
+ "y": 1
+ },
+ "id": 40,
+ "options": {
+ "colorMode": "value",
+ "graphMode": "none",
+ "justifyMode": "center",
+ "orientation": "vertical",
+ "reduceOptions": {
+ "calcs": ["lastNotNull"],
+ "fields": "/^Availability$/",
+ "values": false
+ },
+ "text": {},
+ "textMode": "auto"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "availabilityResults/availabilityPercentage",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Availability",
+ "type": "stat"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 4,
+ "x": 7,
+ "y": 1
+ },
+ "id": 44,
+ "links": [],
+ "options": {
+ "content": "\n\n
Smart detection
\n
${res}
\n
\n",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": "Azure Monitor",
+ "gridPos": {
+ "h": 3,
+ "w": 3,
+ "x": 11,
+ "y": 1
+ },
+ "id": 46,
+ "links": [],
+ "options": {
+ "content": "\n\n
Live Metrics
\n
${res}
\n
\n\n \n ",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "alias": "Servers",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "requests/count",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 3,
+ "x": 14,
+ "y": 1
+ },
+ "id": 42,
+ "options": {
+ "content": "\n\n\n ",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "collapsed": false,
+ "datasource": null,
+ "gridPos": {
+ "h": 1,
+ "w": 24,
+ "x": 0,
+ "y": 4
+ },
+ "id": 54,
+ "panels": [],
+ "title": "Application Insights",
+ "type": "row"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 4,
+ "x": 0,
+ "y": 5
+ },
+ "id": 12,
+ "options": {
+ "content": " Usage
",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "green",
+ "mode": "fixed"
+ },
+ "mappings": [],
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": [
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Server requests"
+ },
+ "properties": [
+ {
+ "id": "links",
+ "value": [
+ {
+ "targetBlank": true,
+ "title": "",
+ "url": "https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/segmentationUsers"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ "gridPos": {
+ "h": 3,
+ "w": 2,
+ "x": 4,
+ "y": 5
+ },
+ "id": 48,
+ "options": {
+ "colorMode": "background",
+ "graphMode": "none",
+ "justifyMode": "center",
+ "orientation": "auto",
+ "reduceOptions": {
+ "calcs": ["sum"],
+ "fields": "",
+ "values": false
+ },
+ "text": {},
+ "textMode": "auto"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "requests/count",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "B",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "transformations": [],
+ "type": "stat"
+ },
+ {
+ "datasource": "Azure Monitor",
+ "gridPos": {
+ "h": 3,
+ "w": 4,
+ "x": 6,
+ "y": 5
+ },
+ "id": 14,
+ "options": {
+ "content": "Reliability
",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "",
+ "timeGrains": [],
+ "top": "10"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 2,
+ "x": 10,
+ "y": 5
+ },
+ "id": 36,
+ "links": [],
+ "options": {
+ "content": "\n\n

\n
Failures
\n
${res}
\n
\n\n",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": "Azure Monitor",
+ "gridPos": {
+ "h": 3,
+ "w": 3,
+ "x": 12,
+ "y": 5
+ },
+ "id": 17,
+ "options": {
+ "content": "Responsiveness
",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "",
+ "timeGrains": [],
+ "top": "10"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 3,
+ "x": 15,
+ "y": 5
+ },
+ "id": 38,
+ "links": [],
+ "options": {
+ "content": "\n\n

\n
Performance
\n
${res}
\n
\n\n",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": "Azure Monitor",
+ "gridPos": {
+ "h": 3,
+ "w": 4,
+ "x": 18,
+ "y": 5
+ },
+ "id": 18,
+ "options": {
+ "content": "Browser
",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "",
+ "timeGrains": [],
+ "top": "10"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "type": "text"
+ },
+ {
+ "datasource": null,
+ "gridPos": {
+ "h": 3,
+ "w": 2,
+ "x": 22,
+ "y": 5
+ },
+ "id": 50,
+ "options": {
+ "content": "\n\n",
+ "mode": "html"
+ },
+ "pluginVersion": "8.1.2",
+ "targets": [
+ {
+ "queryType": "randomWalk",
+ "refId": "A"
+ }
+ ],
+ "transparent": true,
+ "type": "text"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "green",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisSoftMin": 0,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 9,
+ "w": 6,
+ "x": 0,
+ "y": 8
+ },
+ "id": 20,
+ "interval": "60s",
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Users",
+ "url": "https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/segmentationUsers"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["sum"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "requests/count",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "timeShift": null,
+ "title": "Server requests",
+ "transformations": [],
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "#ec008c",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": 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": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 9,
+ "w": 6,
+ "x": 6,
+ "y": 8
+ },
+ "id": 2,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Failures",
+ "url": "https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/failures"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["sum"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "requests/failed",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Failed requests",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Failed requests",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "#7e58ff",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisSoftMin": 0,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": 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": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 9,
+ "w": 6,
+ "x": 12,
+ "y": 8
+ },
+ "id": 4,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Performance",
+ "url": "https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/performance"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["mean"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "requests/duration",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Server response time",
+ "transformations": [],
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "semi-dark-blue",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 25,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": 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": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 9,
+ "w": 6,
+ "x": 18,
+ "y": 8
+ },
+ "id": 6,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Page Views",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Afalse%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22pageViews%2Fcount%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Page%20views%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Count%20Page%20views%20for%20${res}%22%2C%22titleKind%22%3A1%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Afalse%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["sum"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "pageViews/count",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Page Views",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "green",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisWidth": 50,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 14,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineStyle": {
+ "fill": "solid"
+ },
+ "lineWidth": 2,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "links": [],
+ "mappings": [],
+ "max": 100,
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": [
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Availability"
+ },
+ "properties": [
+ {
+ "id": "links",
+ "value": []
+ }
+ ]
+ }
+ ]
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 0,
+ "y": 17
+ },
+ "id": 8,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Availability",
+ "url": "https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/availability"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["mean"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "availabilityResults/availabilityPercentage",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Average availability",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "dark-purple",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [
+ {
+ "options": {
+ "match": "null",
+ "result": {
+ "index": 0,
+ "text": "0"
+ }
+ },
+ "type": "special"
+ }
+ ],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": [
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Server exceptions"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "#ec008c",
+ "mode": "fixed"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 6,
+ "y": 17
+ },
+ "id": 24,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Server exceptions and Dependency failures",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22exceptions%2Fserver%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Server%20exceptions%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%2C%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22dependencies%2Ffailed%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Dependency%20failures%22%2C%22color%22%3A%22%237E58FF%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Server%20exceptions%20and%20Dependency%20failures%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["sum"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "alias": "",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "exceptions/server",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Server Exceptions",
+ "subscription": "$sub",
+ "subscriptions": []
+ },
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "alias": "Dependency failures",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "dependencies/failed",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Dependency failures",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Server exceptions and Dependency failures",
+ "transformations": [],
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "#7e58ff",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisSoftMax": -6,
+ "axisSoftMin": 0,
+ "axisWidth": 50,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 12,
+ "y": 17
+ },
+ "id": 28,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Average processor and process CPU utilization",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22performanceCounters%2FprocessorCpuPercentage%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Processor%20time%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%2C%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22performanceCounters%2FprocessCpuPercentage%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Process%20CPU%22%2C%22color%22%3A%22%237E58FF%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Average%20processor%20and%20process%20CPU%20utilization%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["mean"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "performanceCounters/processorCpuPercentage",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Processor",
+ "subscription": "$sub",
+ "subscriptions": []
+ },
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "performanceCounters/processCpuPercentage",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Process CPU",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Average processor and process CPU utilization",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "#5794F2",
+ "mode": "continuous-BlPu"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 16,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "normal"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": [
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Page load network connect time"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "dark-blue",
+ "mode": "fixed"
+ }
+ }
+ ]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Client processing time"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "green",
+ "mode": "fixed"
+ }
+ }
+ ]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Send request time"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "purple",
+ "mode": "fixed"
+ }
+ }
+ ]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "Receiving response time"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "orange",
+ "mode": "fixed"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 18,
+ "y": 17
+ },
+ "id": 32,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Average page load time breakdown",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22browserTimings%2FnetworkDuration%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Page%20load%20network%20connect%20time%22%2C%22color%22%3A%22%237E58FF%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%2C%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22browserTimings%2FprocessingDuration%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Client%20processing%20time%22%2C%22color%22%3A%22%2344F1C8%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%2C%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22browserTimings%2FsendDuration%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Send%20request%20time%22%2C%22color%22%3A%22%23EB9371%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%2C%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22browserTimings%2FreceiveDuration%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Receiving%20response%20time%22%2C%22color%22%3A%22%230672F1%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A3%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Average%20page%20load%20time%20breakdown%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["mean"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "browserTimings/networkDuration",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Page load network connect time",
+ "subscription": "$sub",
+ "subscriptions": []
+ },
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "browserTimings/processingDuration",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Client processing time",
+ "subscription": "$sub",
+ "subscriptions": []
+ },
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "browserTimings/sendDuration",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Send request time",
+ "subscription": "$sub",
+ "subscriptions": []
+ },
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "browserTimings/receiveDuration",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "hide": false,
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "Receiving response time",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Average page load time breakdown",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "mode": "palette-classic"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisSoftMin": 0,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 0,
+ "y": 27
+ },
+ "id": 22,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Availability test results count",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22availabilityResults%2Fcount%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Availability%20test%20results%20count%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Availability%20test%20results%20count%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["sum"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "availabilityResults/count",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Availability test results count",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "#ec008c",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 6,
+ "y": 27
+ },
+ "id": 26,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Average process I/O rate",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22performanceCounters%2FprocessIOBytesPerSecond%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Process%20IO%20rate%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Average%20process%20I%2FO%20rate%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 100,
+ "options": {
+ "legend": {
+ "calcs": ["mean"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "performanceCounters/processIOBytesPerSecond",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "100"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Average process I/O rate",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "#7e58ff",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisSoftMin": 0,
+ "axisWidth": 80,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 12,
+ "y": 27
+ },
+ "id": 30,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Average available memory",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22performanceCounters%2FmemoryAvailableBytes%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Available%20memory%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A4%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Average%20available%20memory%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["mean"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Average",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "microsoft.insights/components",
+ "metricName": "performanceCounters/memoryAvailableBytes",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Average available memory",
+ "type": "timeseries"
+ },
+ {
+ "datasource": "${ds}",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "fixedColor": "blue",
+ "mode": "fixed"
+ },
+ "custom": {
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "axisSoftMin": 0,
+ "axisWidth": 50,
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "never",
+ "spanNulls": true,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "noValue": "--",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green",
+ "value": null
+ },
+ {
+ "color": "red",
+ "value": 80
+ }
+ ]
+ }
+ },
+ "overrides": []
+ },
+ "gridPos": {
+ "h": 10,
+ "w": 6,
+ "x": 18,
+ "y": 27
+ },
+ "id": 34,
+ "links": [
+ {
+ "targetBlank": true,
+ "title": "${res} | Browser exceptions",
+ "url": "https://ms.portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22exceptions%2Fbrowser%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Browser%20exceptions%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Browser%20exceptions%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"
+ }
+ ],
+ "maxDataPoints": 150,
+ "options": {
+ "legend": {
+ "calcs": ["sum"],
+ "displayMode": "list",
+ "placement": "bottom"
+ },
+ "tooltip": {
+ "mode": "single"
+ }
+ },
+ "targets": [
+ {
+ "appInsights": {
+ "dimension": [],
+ "metricName": "select",
+ "timeGrain": "auto"
+ },
+ "azureLogAnalytics": {
+ "query": "//change this example to create your own time series query\n //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 , 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"
+ },
+ "azureMonitor": {
+ "aggOptions": [],
+ "aggregation": "Count",
+ "allowedTimeGrainsMs": [60000, 300000, 900000, 1800000, 3600000, 21600000, 43200000, 86400000],
+ "dimensionFilter": "*",
+ "dimensionFilters": [],
+ "metricDefinition": "Microsoft.Insights/components",
+ "metricName": "exceptions/browser",
+ "metricNamespace": "microsoft.insights/components",
+ "resourceGroup": "$rg",
+ "resourceName": "$res",
+ "timeGrain": "auto",
+ "timeGrains": [],
+ "top": "50"
+ },
+ "azureResourceGraph": {
+ "resultFormat": "table"
+ },
+ "insightsAnalytics": {
+ "query": "",
+ "resultFormat": "time_series"
+ },
+ "queryType": "Azure Monitor",
+ "refId": "A",
+ "subscription": "$sub",
+ "subscriptions": []
+ }
+ ],
+ "title": "Browser exceptions",
+ "type": "timeseries"
+ }
+ ],
+ "refresh": false,
+ "schemaVersion": 30,
+ "style": "dark",
+ "tags": [],
+ "templating": {
+ "list": [
+ {
+ "current": {},
+ "description": null,
+ "error": null,
+ "hide": 0,
+ "includeAll": false,
+ "label": "Datasource",
+ "multi": false,
+ "name": "ds",
+ "options": [],
+ "query": "grafana-azure-monitor-datasource",
+ "queryValue": "",
+ "refresh": 1,
+ "regex": "",
+ "skipUrlSync": false,
+ "type": "datasource"
+ },
+ {
+ "allValue": null,
+ "current": {},
+ "datasource": "${ds}",
+ "definition": "Subscriptions()",
+ "description": null,
+ "error": null,
+ "hide": 0,
+ "includeAll": false,
+ "label": "Subscription",
+ "multi": false,
+ "name": "sub",
+ "options": [],
+ "query": "Subscriptions()",
+ "refresh": 1,
+ "regex": "",
+ "skipUrlSync": false,
+ "sort": 0,
+ "type": "query"
+ },
+ {
+ "allValue": null,
+ "current": {},
+ "datasource": "${ds}",
+ "definition": "ResourceGroups($sub)",
+ "description": null,
+ "error": null,
+ "hide": 0,
+ "includeAll": false,
+ "label": "Resource Group",
+ "multi": false,
+ "name": "rg",
+ "options": [],
+ "query": "ResourceGroups($sub)",
+ "refresh": 1,
+ "regex": "",
+ "skipUrlSync": false,
+ "sort": 0,
+ "type": "query"
+ },
+ {
+ "allValue": null,
+ "current": {},
+ "datasource": "${ds}",
+ "definition": "Namespaces($sub, $rg)",
+ "description": null,
+ "error": null,
+ "hide": 2,
+ "includeAll": false,
+ "label": "Namespace",
+ "multi": false,
+ "name": "ns",
+ "options": [],
+ "query": "Namespaces($sub, $rg)",
+ "refresh": 1,
+ "regex": "([mM](icrosoft)\\.[iI](nsights)/(components))",
+ "skipUrlSync": false,
+ "sort": 0,
+ "type": "query"
+ },
+ {
+ "allValue": null,
+ "current": {},
+ "datasource": "${ds}",
+ "definition": "ResourceNames($sub, $rg, $ns)",
+ "description": null,
+ "error": null,
+ "hide": 0,
+ "includeAll": false,
+ "label": "Resource",
+ "multi": false,
+ "name": "res",
+ "options": [],
+ "query": "ResourceNames($sub, $rg, $ns)",
+ "refresh": 1,
+ "regex": "",
+ "skipUrlSync": false,
+ "sort": 0,
+ "type": "query"
+ }
+ ]
+ },
+ "time": {
+ "from": "now-30m",
+ "to": "now"
+ },
+ "timepicker": {},
+ "timezone": "",
+ "title": "Azure App monitoring - Application Insights",
+ "uid": "Yo38mcvnz",
+ "version": 80
+}
diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json b/public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json
index 85dcf4c3118..2b50162d706 100644
--- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json
+++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json
@@ -12,7 +12,12 @@
{ "type": "dashboard", "name": "Azure Resource Overview", "path": "dashboards/arg.json" },
{ "type": "dashboard", "name": "Azure Alert Consumption", "path": "dashboards/v1Alerts.json" },
{ "type": "dashboard", "name": "Azure Alert Rules", "path": "dashboards/alertRules.json" },
- { "type": "dashboard", "name": "Azure Alert Consumption Overview", "path": "dashboards/v1AlertsAtScale.json" }
+ { "type": "dashboard", "name": "Azure Alert Consumption Overview", "path": "dashboards/v1AlertsAtScale.json" },
+ {
+ "type": "dashboard",
+ "name": "Azure App Monitoring - Application Insights",
+ "path": "dashboards/appInsights.json"
+ }
],
"info": {