{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- 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, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 41, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 26, "panels": [], "title": "Radius Runtime Overview", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null }, { "color": "green", "value": 10000 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 1 }, "id": 24, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.12", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (control_plane) (runtime_uptime_milliseconds_total{control_plane=~\"$servicenames\"})", "format": "time_series", "legendFormat": "{{control_plane}}", "range": true, "refId": "A" } ], "title": "Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "CPU Usage", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 1 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 1 }, "id": 28, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (container) (rate(container_cpu_usage_seconds_total{container=~\"$servicenames\"}[$__rate_interval])) ", "legendFormat": "{{container}}", "range": true, "refId": "A" } ], "title": "CPU Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "The amount of working set memory, this includes recently accessed memory,dirty memory, and kernel memory. Working set is <= \"usage\".", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 1 }, "id": 29, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (container) (container_memory_working_set_bytes{container=~\"$servicenames\"})", "legendFormat": "{{container}}", "range": true, "refId": "A" } ], "title": "Memory usage (working set)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "This is an estimate of how much memory cannot be evicted.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 1 }, "id": 20, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (control_plane) (process_runtime_go_mem_heap_sys_bytes{control_plane=~\"$servicenames\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Heap Memory Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 9 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (control_plane) (process_runtime_go_goroutines{control_plane=~\"$servicenames\"})", "legendFormat": "{{control_plane}}", "range": true, "refId": "A" } ], "title": "Number of Go routines", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": -1, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": 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": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 9 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (control_plane) (increase(process_runtime_go_gc_count_total{control_plane=~\"$servicenames\"}[$__rate_interval]))", "legendFormat": "{{control_plane}}", "range": true, "refId": "A" } ], "title": "Go GC execution count", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 35, "panels": [], "title": "Service Overview", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 99.5 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 9, "x": 0, "y": 18 }, "id": 33, "options": { "orientation": "vertical", "reduceOptions": { "calcs": [ "min" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.4.12", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum(rate(http_server_duration_count{http_status_code!~\"[5]..\", control_plane=~\"ucp\"}[$__rate_interval])) / sum(rate(http_server_duration_count{control_plane=\"ucp\"}[$__rate_interval])) * 100", "legendFormat": "ucp", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum(rate(http_server_duration_count{http_status_code!~\"[5]..\", control_plane=~\"applications-rp\"}[$__rate_interval])) / sum(rate(http_server_duration_count{control_plane=\"applications-rp\"}[$__rate_interval])) * 100", "hide": false, "legendFormat": "applications-rp", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum(rate(http_server_duration_ms_count{http_status_code!~\"[5]..\", control_plane=~\"de\"}[$__rate_interval])) / sum(rate(http_server_duration_ms_count{control_plane=\"de\"}[$__rate_interval])) * 100", "hide": false, "legendFormat": "de", "range": true, "refId": "C" } ], "title": "Availability", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 99.5 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 9, "y": 18 }, "id": 38, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum(rate(http_server_duration_count{http_status_code!~\"[5]..\", control_plane=~\"ucp\"}[$__rate_interval])) / sum(rate(http_server_duration_count{control_plane=\"ucp\"}[$__rate_interval])) * 100", "legendFormat": "ucp", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum(rate(http_server_duration_count{http_status_code!~\"[5]..\", control_plane=~\"applications-rp\"}[$__rate_interval])) / sum(rate(http_server_duration_count{control_plane=\"applications-rp\"}[$__rate_interval])) * 100", "hide": false, "legendFormat": "applications-rp", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum(rate(http_server_duration_ms_count{http_status_code!~\"[5]..\", control_plane=~\"de\"}[$__rate_interval])) / sum(rate(http_server_duration_ms_count{control_plane=\"de\"}[$__rate_interval])) * 100", "hide": false, "legendFormat": "de", "range": true, "refId": "C" } ], "title": "Availability", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "Incoming requests", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "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": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 17, "y": 18 }, "id": 37, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by(control_plane) (increase(http_server_duration_count{control_plane=~\"$servicenames\"}[$__rate_interval]))", "interval": "", "legendFormat": "{{control_plane}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by(control_plane) (increase(http_server_duration_ms_count{control_plane=~\"de\"}[$__rate_interval]))", "hide": false, "legendFormat": "{{control_plane}}", "range": true, "refId": "B" } ], "title": "Incoming requests", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 14, "panels": [], "title": "Deployment Engine", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "CPU Usage", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 1 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 27 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (container) (rate(container_cpu_usage_seconds_total{container=~\"$de_servicename\"}[$__rate_interval])) ", "legendFormat": "{{container}}", "range": true, "refId": "A" } ], "title": "CPU Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "The amount of working set memory, this includes recently accessed memory,dirty memory, and kernel memory. Working set is <= \"usage\".", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 27 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (container) (container_memory_working_set_bytes{container=~\"$de_servicename\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Memory usage (working set)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 27 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (control_plane) (increase(process_runtime_dotnet_gc_collections_count{control_plane=~\"$de_servicename\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": ".NET GC execution counts", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 27 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (control_plane) (process_runtime_dotnet_thread_pool_threads_count{control_plane=~\"$de_servicename\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Number of thread pool threads", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 35 }, "id": 10, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by(control_plane) (rate(http_server_duration_ms_count{control_plane=~\"$de_servicename\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Incoming requests per seconds", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "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": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 35 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DATA_SOURCE}" }, "editorMode": "code", "expr": "sum by (http_status_code) (increase(http_server_duration_ms_count{control_plane=~\"$de_servicename\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Incoming requests by status code", "type": "timeseries" } ], "refresh": "10s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "Managed_Prometheus_radiuse2e00-azm-workspace", "value": "Managed_Prometheus_radiuse2e00-azm-workspace" }, "hide": 0, "includeAll": false, "multi": false, "name": "DATA_SOURCE", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "hide": 2, "name": "servicenames", "query": "^bicep-de|^de|^ucp|^applications-rp", "skipUrlSync": false, "type": "constant" }, { "hide": 2, "name": "de_servicename", "query": "^de|^bicep-de", "skipUrlSync": false, "type": "constant" } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": {}, "timezone": "utc", "title": "Radius Overview", "uid": "Wh5JpyxVz", "version": 5, "weekStart": "" }