cloudflared-mirror/metrics/config.go

8 lines
111 B
Go
Raw Normal View History

2018-04-09 22:56:22 +00:00
package metrics
type HistogramConfig struct {
BucketsStart float64
BucketsWidth float64
BucketsCount int
}