Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsdClientInterface ¶
type StatsdClientInterface interface {
Open()
Close()
Count(key string, value int, sampleRate float32)
Timing(key string, time int64, sampleRate float32)
Gauge(key string, value int)
GaugeShift(key string, value int)
Set(key string, value int)
}
func NewGoMetricClient ¶
func NewGoMetricClient( statsdHost string, statsdPort int, ) StatsdClientInterface
Click to show internal directories.
Click to hide internal directories.