Skip to content

Commit

Permalink
Merge pull request #93 from foomo/feature/increase-histogram
Browse files Browse the repository at this point in the history
feat: increase historgram
  • Loading branch information
franklinkim authored Jun 20, 2022
2 parents b6374b5 + f401082 commit 6e26421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/meter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

var (
// DefaultHistogramBuckets units are selected for metrics in "seconds" unit
DefaultHistogramBuckets = []float64{.001, .005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10, 25, 60}
DefaultHistogramBuckets = []float64{.001, .005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10, 25, 60, 120, 300, 600}
)

func Meter() metric.Meter {
Expand Down

0 comments on commit 6e26421

Please sign in to comment.