Skip to content

Commit

Permalink
tweak buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Feb 13, 2019
1 parent 84e25af commit 25242de
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 @@ -127,7 +127,7 @@ var (
// These values range from seconds to hours.
Buckets: []float64{
0.1, 0.3, 1, 3, 10, 30,
100, 300, 1000, 3000, 10000, 30000, // many hours
100, 300, 1000, 1800, 3600, 2 * 3600, 4 * 3600, 8 * 3600, 12 * 3600,
},
},
[]string{"state"})
Expand Down

0 comments on commit 25242de

Please sign in to comment.