# Packages
No description provided by the author
# Functions
MultiClient combines multiple Clients into a single Client.
NewClient returns a Client that sends metrics to statsd.
NewPrefixedClient wraps the provided client to add a prefix to all calls.
# Variables
Noop is a no-op statsd client.
# Interfaces
Client is the statsd interface that we use.