Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is the statsd interface that we use.
var Noop Client = client{ensureStatsd(statsd.NewNoopClient())}
Noop is a no-op statsd client.
func MultiClient ¶ added in v0.15.0
MultiClient combines multiple Clients into a single Client.
func NewPrefixedClient ¶ added in v0.15.0
NewPrefixedClient wraps the provided client to add a prefix to all calls.
Click to show internal directories.
Click to hide internal directories.