mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 01:46:35 +00:00
8 lines
111 B
Go
8 lines
111 B
Go
package metrics
|
|
|
|
type HistogramConfig struct {
|
|
BucketsStart float64
|
|
BucketsWidth float64
|
|
BucketsCount int
|
|
}
|