Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultBuckets ¶
func GetDefaultBuckets() []float64
Types ¶
type MetricServer ¶
type MetricServer interface { SendMetric(interface{}) // works like SendMetric, but adds the metric regardless of the value of 'enabled' field for MetricServer ForceSendMetric(interface{}) ReceiveMetrics() interface{} IsEnabled() bool }
Click to show internal directories.
Click to hide internal directories.