Imports of package dogstatsd

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-kit/kit/metricsPackage metrics provides a framework for application instrumentation.
github.com/go-kit/kit/metrics/genericPackage generic implements generic versions of each of the metric types.
github.com/go-kit/kit/metrics/internal/lv
github.com/go-kit/kit/metrics/internal/ratemapPackage ratemap implements a goroutine-safe map of string to float64.
github.com/go-kit/kit/util/connPackage conn provides utilities related to connections.
github.com/go-kit/logPackage log provides a structured logger.
ioPackage io provides basic interfaces to I/O primitives.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.