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-23 08:44:21 -0600
commit75d90a9951b6b679d475335698544540089750a1 (patch)
treed215fa862c0a8622b7171bdb661039b234f27bb3 /CHANGES
parent97d7b344de46236d153cdcc162371178c7b39854 (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 6e96515c3..6adba3b00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -233,6 +233,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