This commit is contained in:
Konstantin Lebedev
2022-08-02 01:18:26 +05:00
parent 0a5d3c3cf6
commit df9cc31a0a
5 changed files with 9 additions and 24 deletions

View File

@@ -4,6 +4,8 @@ package stats
// The naming convention is ErrorSomeThing = "error.some.thing"
const (
// volume server
LocalWrite = "localWrite"
ReplicatedWrite = "replicatedWrite"
ErrorSizeMismatchOffsetSize = "errorSizeMismatchOffsetSize"
ErrorSizeMismatch = "errorSizeMismatch"
ErrorCRC = "errorCRC"