Statsd

From wikinotes
Revision as of 20:00, 23 April 2020 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

statsd is a daemon for stats aggregation.

Documentation

github https://github.com/statsd/statsd

Usage

# <metricname>:<value>|<type>
echo "foo:1|c" | nc -u -w0 127.0.0.1 8125