From ee5139f79f6bf621e745cb5cb1d471a6ed4c2d8e Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Tue, 11 Mar 2025 16:52:02 +0800 Subject: [PATCH] chore: fix duplicated message type --- grafana/provisioning/dashboards/status-go.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/provisioning/dashboards/status-go.json b/grafana/provisioning/dashboards/status-go.json index 02258f6..ff2cc84 100644 --- a/grafana/provisioning/dashboards/status-go.json +++ b/grafana/provisioning/dashboards/status-go.json @@ -1240,7 +1240,7 @@ }, "tooltip": { "hideZeros": false, - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -1249,7 +1249,7 @@ { "disableTextWrap": false, "editorMode": "code", - "expr": "rate(statusgo_waku_raw_message_size_bytes[10m])", + "expr": "sum by (message_type) (rate(statusgo_waku_raw_message_size_bytes[10m])) ", "fullMetaSearch": false, "includeNullMetadata": false, "legendFormat": "{{message_type}}",