]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_statsd: handle non-standard meter type safely
authorRijnhard Hessel <rijnhard@teleforge.co.za>
Thu, 8 Jul 2021 12:34:27 +0000 (14:34 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 3 Aug 2021 13:12:33 +0000 (08:12 -0500)
commit728a52fb61e18f9b7fe145f836418d8e077efd50
treed5313b2b526b6b8b958c007d7ce2e1bcec097326
parentfa7d147e1bce37c1504032fb7f72b53640f58678
res_statsd: handle non-standard meter type safely

Meter types are not well supported,
lacking support in telegraf, datadog and the official statsd servers.
We deprecate meters and provide a compliant fallback for any existing usages.

A flag has been introduced to allow meters to fallback to counters.

ASTERISK-29513

Change-Id: I5fcb385983a1b88f03696ff30a26b55c546a1dd7
configs/samples/statsd.conf.sample
doc/CHANGES-staging/res_statsd.txt [new file with mode: 0644]
include/asterisk/statsd.h
res/res_statsd.c