summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-11-18 10:07:09 -0600
committerMatt Jordan <mjordan@digium.com>2015-11-19 11:57:28 -0600
commit90d9a70789a0874cff3a29caca5046995a54dbd4 (patch)
tree88472c2348ba2cfbc06f143d812e54a04dc87f95 /CHANGES
parent75097a0955ca707ac8f6dc0d4def9b9d3b9c2b8a (diff)
res_pjsip/pjsip_options: Add StatsD statistics for PJSIP contacts
This patch adds the ability to send StatsD statistics related to the state of PJSIP contacts. This includes: * A GUAGE statistic measuring the count of contacts in a particular state. This measures how many contacts are reachable, unreachable, etc. * The RTT time for each contact, if those contacts are qualified. This provides StatsD engines useful time-based data about each contact. ASTERISK-25571 Change-Id: Ib8378d73afedfc622be0643b87c542557e0b332c
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 348927b1d..fcbbcec29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -55,6 +55,14 @@ res_pjsip
* The ability to use "like" has been added to the pjsip list and show
CLI commands. For instance: CLI> pjsip list endpoints like abc
+ * If res_statsd is loaded and a StatsD server is configured, basic statistics
+ regarding the state of PJSIP contacts will not be emitted. This includes:
+ - A GUAGE statistic for the overall number of contacts in a particular
+ state, e.g.:
+ PJSIP.contacts.states.Reachable
+ - A TIMER statistic for the RTT time for each qualified contact, e.g.:
+ PJSIP.contacts.alice@@127.0.0.1:5061.rtt
+
func_callerid
-------------------
* CALLERID(pres) is now documented as a valid alternative to setting both