Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultInterval = 60 * time.Second
View Source
var DefaultPercentiles = []float64{.5, .95, .99, .999}
Functions ¶
Types ¶
type Reporter ¶
type Reporter struct { Registry metrics.Registry Interval time.Duration WriteKey string Dataset string Percentiles []float64 // percentiles to report on histogram metrics // contains filtered or unexported fields }
func NewDefaultReporter ¶
func NewReporter ¶
Click to show internal directories.
Click to hide internal directories.