From 87c9f33e3db2aff26269ec6dfcca18391d9f1b7b Mon Sep 17 00:00:00 2001 From: Simon Volpert Date: Fri, 3 Apr 2020 15:52:45 +0000 Subject: [PATCH] Update dashboards/bbb-instance.json --- dashboards/bbb-instance.json | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/dashboards/bbb-instance.json b/dashboards/bbb-instance.json index b148438..883e0bf 100644 --- a/dashboards/bbb-instance.json +++ b/dashboards/bbb-instance.json @@ -2,6 +2,7 @@ "annotations": { "list": [ { + "$$hashKey": "object:653", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, @@ -15,8 +16,7 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "id": 4, - "iteration": 1585237638870, + "iteration": 1585927044612, "links": [], "panels": [ { @@ -357,6 +357,7 @@ "renderer": "flot", "seriesOverrides": [ { + "$$hashKey": "object:740", "alias": "Participants", "yaxis": 2 } @@ -366,9 +367,9 @@ "steppedLine": false, "targets": [ { - "expr": "sum(irate(node_cpu_seconds_total{mode!=\"idle\",service_id='$instance'}[5m]))", + "expr": "avg by (service_id) (1 - irate(node_cpu_seconds_total{service_id=~\"$instance\", mode=\"idle\"}[5m]))", "interval": "", - "legendFormat": "CPU Utlization", + "legendFormat": "", "refId": "A" }, { @@ -398,14 +399,16 @@ }, "yaxes": [ { - "format": "percent", + "$$hashKey": "object:753", + "format": "percentunit", "label": "CPU Utlization [%]", "logBase": 1, - "max": "100", + "max": "1", "min": null, "show": true }, { + "$$hashKey": "object:754", "format": "short", "label": "Participants", "logBase": 1, @@ -988,9 +991,10 @@ { "allValue": null, "current": { + "$$hashKey": "object:690", "selected": true, - "text": "bbb-3", - "value": "bbb-3" + "text": "bbb-8", + "value": "bbb-8" }, "datasource": "Prometheus", "definition": "label_values(bbb_api_up, service_id)", @@ -1002,51 +1006,61 @@ "name": "instance", "options": [ { + "$$hashKey": "object:683", "selected": false, "text": "bbb-1", "value": "bbb-1" }, { + "$$hashKey": "object:684", "selected": false, "text": "bbb-2", "value": "bbb-2" }, { - "selected": true, + "$$hashKey": "object:685", + "selected": false, "text": "bbb-3", "value": "bbb-3" }, { + "$$hashKey": "object:686", "selected": false, "text": "bbb-4", "value": "bbb-4" }, { + "$$hashKey": "object:687", "selected": false, "text": "bbb-5", "value": "bbb-5" }, { + "$$hashKey": "object:688", "selected": false, "text": "bbb-6", "value": "bbb-6" }, { + "$$hashKey": "object:689", "selected": false, "text": "bbb-7", "value": "bbb-7" }, { - "selected": false, + "$$hashKey": "object:690", + "selected": true, "text": "bbb-8", "value": "bbb-8" }, { + "$$hashKey": "object:691", "selected": false, "text": "bbb-9", "value": "bbb-9" }, { + "$$hashKey": "object:692", "selected": false, "text": "bbb-10", "value": "bbb-10" @@ -1089,5 +1103,5 @@ "variables": { "list": [] }, - "version": 4 + "version": 1 } -- GitLab