[asterisk-bugs] [JIRA] (ASTERISK-25419) Dialplan Application for Integration of StatsD

Ashley Sanders (JIRA) noreply at issues.asterisk.org
Thu Sep 24 17:06:32 CDT 2015


Ashley Sanders created ASTERISK-25419:
-----------------------------------------

             Summary: Dialplan Application for Integration of StatsD
                 Key: ASTERISK-25419
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25419
             Project: Asterisk
          Issue Type: New Feature
      Security Level: None
            Reporter: Ashley Sanders


Currently, Asterisk has the ability to send hard coded statistics to a statsd server. While that's cool, that it is more useful as a demo of capabilities than anything else.

This task would be to do the following:

# Add a generic dialplan application that supports sending statistics of various kinds to a statsd server. The dialplan writer should have the ability to choose the type of statistic, as well as provide the full name of the statistic to be manipulated. This would allow the dialplan to send arbitrary statistics to the statsd server.
# statsd is often used in conjunction with other metrics to determine loading. Improve the statistics to include:
#- Known memory usage on the server (should be able to be obtained using some Linux headers)
#- More specifics of channels. Important bits would be the number of transcoding channels, and the number of particular types of bridges, as well as the number of channels in those bridges.

The proposed API for integrating statsd support into the dialplan is described with more detail in the project plan, which is provided as a link in the reference notes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list