summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-11-18 09:43:08 -0600
committerMark Michelson <mmichelson@digium.com>2015-11-23 18:05:26 -0600
commitee9c1147475c1dde32c48a502817622b92fb0584 (patch)
tree1c1fae4b5dcc160fc13c37aa8924404ba3a7ba7d /CHANGES
parent97d7b344de46236d153cdcc162371178c7b39854 (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 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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e96515c3..754beb704 100644
--- a/CHANGES
+++ b/CHANGES
@@ -243,6 +243,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 ------------
------------------------------------------------------------------------------