From 842c2decd0d8c159e7ade8007b4fa5d6de7a931f Mon Sep 17 00:00:00 2001 From: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com> Date: Mon, 17 Jul 2023 23:21:59 +0530 Subject: [PATCH] fix console dashboard node io prometheus metric WChar and RChar (#2947) --- restapi/admin_info.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restapi/admin_info.go b/restapi/admin_info.go index e2af09154..7a86e5bd6 100644 --- a/restapi/admin_info.go +++ b/restapi/admin_info.go @@ -837,8 +837,8 @@ var widgets = []Metric{ }, { - Expr: `rate(minio_node_io_rchar_bytes{$__query}[$__rate_interval])`, - LegendFormat: "Node RChar [{{server}}]", + Expr: `rate(minio_node_io_wchar_bytes{$__query}[$__rate_interval])`, + LegendFormat: "Node WChar [{{server}}]", }, }, },