Skip to content

Commit

Permalink
Decrease bucket sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmsilva-wls committed Feb 6, 2024
1 parent a3166ce commit fc0c805
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 @@ -141,7 +141,7 @@ func defaultLatencyBuckets() []float64 {

func defaultPayloadSizeBuckets() []float64 {
// in bytes
return []float64{100, 1000, 5000, 10000, 50000, 100000, 500000, 1000000, 5000000}
return []float64{5000, 7500, 9000, 12000}
}

// StartServer runs a metrics server inside a goroutine
Expand Down

0 comments on commit fc0c805

Please sign in to comment.