# Functions
NewRecordingSender creates a new RecordingSender for use by a statsd.Client.
ParseStats takes a sequence of bytes destined for a Statsd server and parses it out into one or more Stat structs.
# Structs
RecordingSender implements statsd.Sender but parses individual Stats into a buffer that can be later inspected instead of sending to some server.
Stat contains the raw and extracted stat information from a stat that was sent by the RecordingSender.
# Type aliases
Stats is a slice of Stat.