mirror of
https://github.com/luxfi/metric.git
synced 2026-07-27 04:12:44 +00:00
8 lines
257 B
Go
8 lines
257 B
Go
// Copyright (C) 2020-2025, Lux Industries Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
package metric
|
|
|
|
// DefBuckets defines default histogram buckets.
|
|
var DefBuckets = []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}
|