package metrics const ( fstreeSubSystem = "fstree" blobstoreSubSystem = "blobstore" blobovnizaTreeSubSystem = "blobovniza_tree" metabaseSubSystem = "metabase" piloramaSubSystem = "pilorama" successLabel = "success" shardIDLabel = "shardID" modeLabel = "mode" pathLabel = "path" methodLabel = "method" withStorageIDLabel = "withStorageID" readWriteMode = "READ_WRITE" readOnlyMode = "READ_ONLY" closedMode = "CLOSED" )