[Asterisk-code-review] StatsD: Add sample rate compatibility (asterisk[master])

Tyler Cambron asteriskteam at digium.com
Wed Nov 18 15:07:36 CST 2015


Hello Kevin Harwell, Ashley Sanders,

I'd like you to reexamine a change.  Please visit

    https://gerrit.asterisk.org/1571

to look at the new patch set (#2).

Change subject: StatsD: Add sample rate compatibility
......................................................................

StatsD: Add sample rate compatibility

Implemented support for the StatsD sample rate parameter,
which is a parameter for determining when to send computed
statistics to a client.

Valid sample rate values are:
Less than or equal to 0.0 will never be sent.
Between 0.0 and 1.0 will randomly be sent.
Greater than or equal to 1.0 will always be sent.

ASTERISK-25419
Reported By: Ashley Sanders

Change-Id: I11d315d0a5034fffeae1178e650aa8264485ed52
---
M apps/app_statsd.c
1 file changed, 425 insertions(+), 248 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/71/1571/2
-- 
To view, visit https://gerrit.asterisk.org/1571
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I11d315d0a5034fffeae1178e650aa8264485ed52
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Tyler Cambron <tcambron at digium.com>
Gerrit-Reviewer: Ashley Sanders <asanders at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Tyler Cambron <tcambron at digium.com>



More information about the asterisk-code-review mailing list