forked from TrueCloudLab/frostfs-node
[#1116] node: Fix writecache metrics
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
71789676d5
commit
ec2873caa7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func newWriteCacheMetrics() *writeCacheMetrics {
|
||||||
Subsystem: writeCacheSubsystem,
|
Subsystem: writeCacheSubsystem,
|
||||||
Name: "request_duration_seconds",
|
Name: "request_duration_seconds",
|
||||||
Help: "Writecache request process duration",
|
Help: "Writecache request process duration",
|
||||||
}, []string{shardIDLabel, successLabel, storageLabel, methodLabel}),
|
}, []string{shardIDLabel, successLabel, storageLabel, methodLabel, pathLabel}),
|
||||||
operationCounter: metrics.NewCounterVec(prometheus.CounterOpts{
|
operationCounter: metrics.NewCounterVec(prometheus.CounterOpts{
|
||||||
Namespace: namespace,
|
Namespace: namespace,
|
||||||
Subsystem: writeCacheSubsystem,
|
Subsystem: writeCacheSubsystem,
|
||||||
|
|
Loading…
Reference in a new issue