package
0.0.0-20190107190814-6c4e3c206646
Repository: https://github.com/vimeo/statsdaemon.git
Documentation: pkg.go.dev

# Functions

Listener receives packets from the udp buffer, parses them and feeds both the Metrics channel as well as the metricAmounts channel.
ParseLine turns a line into a *Metric (or not) and returns an error if the line was invalid.
ParseLine with lexer impl.
ParseMessage turns byte data into a slice of metric pointers note that it creates "invalid line" metrics itself, upon invalid lines, which will get passed on and aggregated along with the other metrics.
No description provided by the author

# Constants

No description provided by the author