From b13790aefe133bd540c64cc1de4eaea61212593b Mon Sep 17 00:00:00 2001 From: Kirill Fedoseev Date: Mon, 23 May 2022 09:58:14 +0400 Subject: [PATCH] Use rate prometheus query --- grafana/dashboards/system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/dashboards/system.json b/grafana/dashboards/system.json index dfffedc..476365a 100644 --- a/grafana/dashboards/system.json +++ b/grafana/dashboards/system.json @@ -21,7 +21,7 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "iteration": 1653133345364, + "iteration": 1653254191537, "links": [], "panels": [ { @@ -96,7 +96,7 @@ "targets": [ { "exemplar": true, - "expr": "increase(monitor_rpc_request_results_total{status!=\"ok\"}[20m])", + "expr": "rate(monitor_rpc_request_results_total{status!=\"ok\"}[1m])", "interval": "", "legendFormat": "{{status}} - {{chain_id}} - {{query}}", "refId": "A" @@ -413,5 +413,5 @@ "timezone": "", "title": "Monitor health dashboard", "uid": "7fnHj1Hnz", - "version": 1 + "version": 2 }