]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_endpoint_stats: Add module to emit endpoint StatsD statistics 92/1692/4
authorMatt Jordan <mjordan@digium.com>
Wed, 18 Nov 2015 15:43:08 +0000 (09:43 -0600)
committerMark Michelson <mmichelson@digium.com>
Tue, 24 Nov 2015 00:05:26 +0000 (18:05 -0600)
commitee9c1147475c1dde32c48a502817622b92fb0584
tree1c1fae4b5dcc160fc13c37aa8924404ba3a7ba7d
parent97d7b344de46236d153cdcc162371178c7b39854
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 GAUGE statistic for endpoint states, tracking how many endpoints are in
   a particular state.
 * A GAUGE 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]