package metrics const ( fstreeSubSystem = "fstree" successLabel = "success" shardIDLabel = "shardID" modeLabel = "mode" pathLabel = "path" methodLabel = "method" readWriteMode = "READ_WRITE" readOnlyMode = "READ_ONLY" closedMode = "CLOSED" )