mirror of http://gerrit.asterisk.org/asterisk
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: I5fcb385983a1b88f03696ff30a26b55c546a1dd7changes/47/16147/10
parent
fa7d147e1b
commit
728a52fb61
@ -0,0 +1,5 @@
|
||||
Subject: Handle non-standard Meter metric type safely
|
||||
|
||||
A meter_support flag has been introduced that defaults to true to maintain current behaviour.
|
||||
If disabled, a counter metric type will be used instead wherever a meter metric type was used,
|
||||
the counter will have a "_meter" suffix appended to the metric name.
|
Loading…
Reference in new issue