The module implements the statsd text protocol, allowing Kamailio to emit counters, gauges, histograms and timers to any server that understands statsd semantics. Typical destinations include the reference Etsy/Graphite daemon, InfluxDB via Telegraf listeners, or any other statsd-compatible collector. The implementation has no special external dependencies; it opens a UDP socket to the configured host and sends the raw statsd datagrams, so any standards-compliant server can receive them.
Copyright © 2014 Eloy Coto