Skip to content

Commit 842c2de

Browse files
authored
fix console dashboard node io prometheus metric WChar and RChar (#2947)
1 parent d1069ed commit 842c2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

restapi/admin_info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ var widgets = []Metric{
837837
},
838838

839839
{
840-
Expr: `rate(minio_node_io_rchar_bytes{$__query}[$__rate_interval])`,
841-
LegendFormat: "Node RChar [{{server}}]",
840+
Expr: `rate(minio_node_io_wchar_bytes{$__query}[$__rate_interval])`,
841+
LegendFormat: "Node WChar [{{server}}]",
842842
},
843843
},
844844
},

0 commit comments

Comments
 (0)