Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Timing(name string, value time.Duration, tags []string, rate float64) error Gauge(name string, value float64, tags []string, rate float64) error Histogram(name string, value float64, tags []string, rate float64) error Count(name string, value int64, tags []string, rate float64) error }
Client defines the statsD client exported interface
Click to show internal directories.
Click to hide internal directories.