Add ErrorGetNotFound and ErrorGetInternal to volume server metrics (#4960)
This commit is contained in:
@@ -10,6 +10,8 @@ const (
|
||||
ErrorSizeMismatch = "errorSizeMismatch"
|
||||
ErrorCRC = "errorCRC"
|
||||
ErrorIndexOutOfRange = "errorIndexOutOfRange"
|
||||
ErrorGetNotFound = "errorGetNotFound"
|
||||
ErrorGetInternal = "errorGetInternal"
|
||||
|
||||
// master topology
|
||||
ErrorWriteToLocalDisk = "errorWriteToLocalDisk"
|
||||
|
||||
Reference in New Issue
Block a user