]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_endpoint_stats: Add module to emit endpoint StatsD statistics 55/1655/2
authorMatt Jordan <mjordan@digium.com>
Wed, 18 Nov 2015 15:43:08 +0000 (09:43 -0600)
committerMatt Jordan <mjordan@digium.com>
Thu, 19 Nov 2015 17:57:28 +0000 (11:57 -0600)
commitd27aac0a9d4b7b72ddb73ae45f6f7327110a07dc
tree58e580049cfd2f41f623271c75c142f3841b508f
parent90d9a70789a0874cff3a29caca5046995a54dbd4
res/res_endpoint_stats: Add module to emit endpoint StatsD statistics

This patch adds a module that emits StatsD statistics about Asterisk
endpoints. This includes:
 * A GUAGE statistic for endpoint states, tracking how many endpoints are in
   a particular state.
 * A GUAGE statistic for each endpoint, counting the number of channels
   currently associated with an endpoint.

ASTERISK-25572

Change-Id: If7e1333c5aeda8d136850b30c2101c0ee1c97305
CHANGES
res/res_endpoint_stats.c [new file with mode: 0644]