forked from TrueCloudLab/frostfs-node
[#373] metrics: Add blobovnizca metrics
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
56f320dd85
commit
af608da952
10 changed files with 287 additions and 32 deletions
|
@ -1,8 +1,9 @@
|
|||
package metrics
|
||||
|
||||
const (
|
||||
fstreeSubSystem = "fstree"
|
||||
blobstoreSubSystem = "blobstore"
|
||||
fstreeSubSystem = "fstree"
|
||||
blobstoreSubSystem = "blobstore"
|
||||
blobovnizaTreeSubSystem = "blobovniza_tree"
|
||||
|
||||
successLabel = "success"
|
||||
shardIDLabel = "shardID"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue