Statsd - mwicat/personal GitHub Wiki
- https://github.com/atlassian/gostatsd
- https://github.com/atlassian/gostatsd#configuring-the-server-mode
echo 'my.counter:10|c' | nc -w1 -u localhost 8125
The format of each metric is:
- :|\n
- is a string like abc.def.g, just like a graphite bucket name
- is a string representation of a floating point number
- is one of c, g, or ms for "counter", "gauge", and "timer" respectively.
log-raw-metric = true