cloudflared/metrics/config.go
2018-07-19 15:02:24 -05:00

8 lines
111 B
Go

package metrics
type HistogramConfig struct {
BucketsStart float64
BucketsWidth float64
BucketsCount int
}