Skip to content

Commit

Permalink
Merge branch 'master' into update_go_version
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing authored Oct 7, 2023
2 parents e6dafef + daed9fd commit 9eaa6e6
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 9eaa6e6

Please sign in to comment.