mirror of https://github.com/tikv/client-go.git
Add miss register for TiKVUnsafeDestroyRangeFailuresCounterVec (#406)
Signed-off-by: Jiahao Huang <july2993@gmail.com>
This commit is contained in:
parent
300275dee6
commit
3b10001094
|
|
@ -605,6 +605,7 @@ func RegisterMetrics() {
|
|||
prometheus.MustRegister(TiKVTxnCommitBackoffCount)
|
||||
prometheus.MustRegister(TiKVSmallReadDuration)
|
||||
prometheus.MustRegister(TiKVReadThroughput)
|
||||
prometheus.MustRegister(TiKVUnsafeDestroyRangeFailuresCounterVec)
|
||||
}
|
||||
|
||||
// readCounter reads the value of a prometheus.Counter.
|
||||
|
|
|
|||
Loading…
Reference in New Issue