[#1116] node: Fix writecache metrics #1116
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func newWriteCacheMetrics() *writeCacheMetrics {
|
|||
Subsystem: writeCacheSubsystem,
|
||||
Name: "request_duration_seconds",
|
||||
Help: "Writecache request process duration",
|
||||
}, []string{shardIDLabel, successLabel, storageLabel, methodLabel}),
|
||||
}, []string{shardIDLabel, successLabel, storageLabel, methodLabel, pathLabel}),
|
||||
operationCounter: metrics.NewCounterVec(prometheus.CounterOpts{
|
||||
Namespace: namespace,
|
||||
Subsystem: writeCacheSubsystem,
|
||||
|
|
Loading…
Reference in a new issue