StatsD client
This configuration documentation is for functionality provided by res_statsd
.
Overview
The res_statsd
module provides an API that allows Asterisk and its modules to send statistics to a StatsD server. It only provides a means to communicate with a StatsD server and does not send any metrics of its own.
An example module, res_chan_stats
, is provided which uses the API exposed by this module to send channel statistics to the configured StatsD server.
More information about StatsD can be found at https://github.com/statsd/statsd
statsd.conf
global
Global configuration settings
Configuration Option Reference
Option Name |
Type |
Default Value |
Regular Expression |
Description |
---|---|---|---|---|
|
|
|
|
Enable/disable the StatsD module |
|
|
|
|
Address of the StatsD server |
|
|
|
|
Prefix to prepend to every metric |
|
|
|
|
Append a newline to every event. This is useful if you want to fake out a server using netcat (nc -lu 8125) |
|
|
|
|
Enable/disable the non-standard StatsD Meter type, if disabled falls back to counter and will append a "_meter" suffix to the metric name |
Import Version
This documentation was imported from Asterisk Version GIT-18-1e4ed61