Skip to content

Commit

Permalink
Merge branch 'master' into fix_cluster_init_zero
Browse files Browse the repository at this point in the history
  • Loading branch information
HuSharp authored Oct 7, 2023
2 parents 745992b + daed9fd commit d927476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func initMetrics(namespace, subsystem string, constLabels prometheus.Labels) {
Subsystem: subsystem,
Name: "rpc_net_latency_seconds",
Help: "Bucketed histogram of time difference between TiDB and TiKV.",
Buckets: prometheus.ExponentialBuckets(5e-5, 2, 18), // 50us ~ 6.5s
Buckets: prometheus.ExponentialBuckets(5e-5, 2, 22), // 50us ~ 105s
ConstLabels: constLabels,
}, []string{LblStore, LblScope})

Expand Down

0 comments on commit d927476

Please sign in to comment.