Skip to content

Commit

Permalink
Use equally-spaced buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria committed Oct 11, 2023
1 parent 26c33d8 commit 0060cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (

revtrEventProcessingDurationHist = promauto.NewHistogram(prometheus.HistogramOpts{
Name: "revtr_event_processing_duration_seconds",
Buckets: []float64{1, 2, 4, 8, 15},
Buckets: []float64{2, 4, 6, 8, 10, 12, 14, 16},
Help: "Reverse Traceroute end-to-end event processing duration",
})

Expand Down

0 comments on commit 0060cf7

Please sign in to comment.