Add ErrorGetNotFound and ErrorGetInternal to volume server metrics (#4960)

This commit is contained in:
SmsS4
2023-10-30 18:08:03 +03:30
committed by GitHub
parent d1e83a3b4d
commit f95848ba7d
2 changed files with 21 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ const (
ErrorSizeMismatch = "errorSizeMismatch"
ErrorCRC = "errorCRC"
ErrorIndexOutOfRange = "errorIndexOutOfRange"
ErrorGetNotFound = "errorGetNotFound"
ErrorGetInternal = "errorGetInternal"
// master topology
ErrorWriteToLocalDisk = "errorWriteToLocalDisk"