mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
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:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user