Skip to content

Commit

Permalink
Merge branch 'master' into batch-client-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing authored Oct 7, 2023
2 parents 252bfc9 + daed9fd commit c1430d2
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 @@ -186,7 +186,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 c1430d2

Please sign in to comment.