File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2374,7 +2374,7 @@ var (
2374
2374
RaftRangeLockDurationMsec = promauto .NewHistogramVec (prometheus.HistogramOpts {
2375
2375
Namespace : bbNamespace ,
2376
2376
Subsystem : "raft" ,
2377
- Name : "raft_range_lock_duration_msec " ,
2377
+ Name : "range_lock_duration_msec " ,
2378
2378
Buckets : durationMsecBuckets (1 * time .Millisecond , 15 * time .Second , 2 ),
2379
2379
Help : "The duration of the range lock in a client session" ,
2380
2380
}, []string {
@@ -2385,7 +2385,7 @@ var (
2385
2385
RaftNodeHostMethodDurationUsec = promauto .NewHistogramVec (prometheus.HistogramOpts {
2386
2386
Namespace : bbNamespace ,
2387
2387
Subsystem : "raft" ,
2388
- Name : "raft_nodehost_method_usec " ,
2388
+ Name : "nodehost_method_usec " ,
2389
2389
Buckets : coarseMicrosecondToHour ,
2390
2390
Help : "The duration of a nodehost method" ,
2391
2391
}, []string {
You can’t perform that action at this time.
0 commit comments