cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2018.9.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

metrics/config.go

7lines · modecode

1package metrics
2
3type HistogramConfig struct {
4 BucketsStart float64
5 BucketsWidth float64
6 BucketsCount int
7}
8