Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Apr 7, 2023
1 parent aaa8ca2 commit b99404c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ var (
durationMsPerCarHistogram = prometheus.ExponentialBucketsRange(50, 1800000, 40)

// buckets to measure latency between a caboose peer a Saturn L1,
// [50ms, 75ms, 100ms, ..., 525 ms]
latencyDistMsHistogram = prometheus.LinearBuckets(50, 25, 20)
// [50ms, 75ms, 100ms, ..., 500 ms]
latencyDistMsHistogram = prometheus.LinearBuckets(25, 25, 20)
)

// pool metrics
Expand Down

0 comments on commit b99404c

Please sign in to comment.