Skip to content

Commit

Permalink
Fixes minio#3295
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyeyes2023 committed Apr 16, 2024
1 parent 649c3d7 commit 75af167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/admin_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ var widgets = []Metric{
},
Targets: []Target{
{
Expr: `minio_cluster_drive_free_inodes{$__query}`,
Expr: `minio_node_drive_free_inodes{$__query}`,
LegendFormat: "Free Inodes [{{server}}:{{drive}}]",
},
},
Expand Down

0 comments on commit 75af167

Please sign in to comment.