package
1.3.1
Repository: https://github.com/dylanoy/metrics.git
Documentation: pkg.go.dev

# Functions

Flatten concatenates multiple sets of buckets into a single slice.
NewExponential creates n exponential buckets, starting with the supplied initial value and increasing by a user-defined factor each time.
NewLinear creates n linear buckets, starting with the supplied initial value and increasing by a user-defined width.
NewRPCLatency returns a hand-crafted set of buckets useful for tracking the latency of RPCs (in milliseconds).