Skip to content

Commit

Permalink
fix latency buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
kianaza committed Jul 24, 2024
1 parent aeca8fd commit a66923f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/natsclient/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ var latencyBuckets = []float64{
0.08,
0.09,
0.1,
2,
3,
5,
10,
0.2,
0.3,
0.5,
1,
}

// Metrics has all the client metrics.
Expand Down

0 comments on commit a66923f

Please sign in to comment.