Summary: | ASTERISK-25571: PJSIP: Add StatsD stats for some common PJSIP objects | ||
Reporter: | Matt Jordan (mjordan) | Labels: | |
Date Opened: | 2015-11-18 19:32:19.000-0600 | Date Closed: | 2015-12-14 14:16:54.000-0600 |
Priority: | Major | Regression? | |
Status: | Closed/Complete | Components: | Resources/res_pjsip Resources/res_pjsip_outbound_registration Resources/res_statsd |
Versions: | 13.6.0 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | StatsD is incredibly useful for monitoring an Asterisk instance. Asterisk already includes a module, {{res_statsd}}, for sending statistics to a StatsD instance.
In production systems, it is often useful to monitor: * The state of the PJSIP contacts. This includes not only how many contacts are in a particular state, but also the RTT for each contact. * The state of PJSIP registrations. Generally, for StatsD, this mostly just amounts to knowing how many registrations are in a particular state. | ||
Comments: |