capture I/O in waiting and total tokens in diskMetrics (#18819)

This is needed for the subsequent changes
in ServerUpdate(), ServerRestart() etc.
This commit is contained in:
Harshavardhana
2024-01-18 11:17:43 -08:00
committed by GitHub
parent 7ce0d71a96
commit 7c0673279b
4 changed files with 106 additions and 51 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ package cmd
//go:generate msgp -file $GOFILE -unexported
const (
storageRESTVersion = "v53" // Remove deprecated APIs
storageRESTVersion = "v54" // Add more metrics per drive
storageRESTVersionPrefix = SlashSeparator + storageRESTVersion
storageRESTPrefix = minioReservedBucketPath + "/storage"
)