fix console dashboard node io prometheus metric WChar and RChar (#2947)

This commit is contained in:
Prakash Senthil Vel
2023-07-17 23:21:59 +05:30
committed by GitHub
parent d1069ed359
commit 842c2decd0

View File

@@ -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}}]",
},
},
},