From 54fbedad4e4c605f72ad88fecf4c6d9df88eed1d Mon Sep 17 00:00:00 2001 From: murmel <63870352+murme1@users.noreply.github.com> Date: Wed, 17 Feb 2021 23:18:33 +0100 Subject: [PATCH] add stress level to system dashboard --- dashboards/jitsi-meet-system.json | 109 +++++++++++++++++++++++++++++- 1 file changed, 107 insertions(+), 2 deletions(-) diff --git a/dashboards/jitsi-meet-system.json b/dashboards/jitsi-meet-system.json index 4736e7f..cc90d99 100644 --- a/dashboards/jitsi-meet-system.json +++ b/dashboards/jitsi-meet-system.json @@ -59,7 +59,7 @@ "gnetId": 12282, "graphTooltip": 1, "id": null, - "iteration": 1612608833620, + "iteration": 1613598823724, "links": [], "panels": [ { @@ -2348,6 +2348,111 @@ "align": false, "alignLevel": null } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Stress Level reported to Jicofo by the videobridge.", + "fieldConfig": { + "defaults": { + "color": {}, + "custom": {}, + "thresholds": { + "mode": "absolute", + "steps": [] + }, + "unit": "short" + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 67 + }, + "hiddenSeries": false, + "id": 51, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.2", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "jitsi_stress_level{instance=~\"$instance.*\"}", + "instant": false, + "interval": "", + "legendFormat": "stress level", + "queryType": "randomWalk", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Videobridge Stress Level", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } } ], "title": "Additional Metrics", @@ -2405,5 +2510,5 @@ "timezone": "", "title": "Jitsi Meet & System", "uid": "IJXK9Q6Wz", - "version": 4 + "version": 5 }