summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-11-18 09:43:08 -0600
committerMatt Jordan <mjordan@digium.com>2015-11-19 11:57:28 -0600
commitd27aac0a9d4b7b72ddb73ae45f6f7327110a07dc (patch)
tree58e580049cfd2f41f623271c75c142f3841b508f /CHANGES
parent90d9a70789a0874cff3a29caca5046995a54dbd4 (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fcbbcec29..6dd5efdb1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,18 @@ func_callerid
The same applies to CONNECTEDLINE(pres), REDIRECTING(orig-pres),
REDIRECTING(to-pres) and REDIRECTING(from-pres).
+res_endpoint_stats
+-------------------
+ * A new module that emits StatsD statistics regarding Asterisk endpoints.
+ This includes a total count of the number of endpoints, the count of the
+ number of endpoints in the technology agnosti state of the endpoint -
+ online or offline - as well as the number of channels associated with each
+ endpoint. These are recorded as three differeng GUAGE statistics:
+ - endpoints.count
+ - endpoints.state.{unknown|offline|online}
+ - endpoints.{tech}.{resource}.channels
+
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.5.0 to Asterisk 13.6.0 ------------
------------------------------------------------------------------------------