forked from TrueCloudLab/frostfs-node
[#1689] qos: Fix metric description
Change-Id: I460fdd3713e765d57ef3ff2945b9b3776f46c164 Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
0a9d139e20
commit
0c664fa804
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ func newQoSMetrics() *QoSMetrics {
|
||||||
Namespace: namespace,
|
Namespace: namespace,
|
||||||
Subsystem: qosSubsystem,
|
Subsystem: qosSubsystem,
|
||||||
Name: "operations_total",
|
Name: "operations_total",
|
||||||
Help: "Count of pending, in progree, completed and failed due of resource exhausted error operations for each shard",
|
Help: "Count of pending, in progress, completed and failed due of resource exhausted error operations for each shard",
|
||||||
}, []string{shardIDLabel, operationLabel, ioTagLabel, typeLabel}),
|
}, []string{shardIDLabel, operationLabel, ioTagLabel, typeLabel}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue