Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Jan 17, 2025
1 parent 0ca4841 commit d3905b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/topo/node/metric/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func newPrometheusMetrics() *PrometheusMetrics {
processLatencyHist := prometheus.NewHistogramVec(prometheus.HistogramOpts{
Name: prefix + "_" + ProcessLatencyUsHist,
Help: "Histograms of process latency in millisecond of " + prefix,
Buckets: prometheus.ExponentialBuckets(10, 2, 20), // 10us ~ 5s
Buckets: prometheus.ExponentialBuckets(10, 2, 25), // 10us ~ 160s
}, labelNames)
bufferLength := prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: prefix + "_" + BufferLength,
Expand Down

0 comments on commit d3905b9

Please sign in to comment.