Statsd - mwicat/personal GitHub Wiki

Go statsd

Debug sending

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 received metrics

log-raw-metric = true
⚠️ **GitHub.com Fallback** ⚠️