This PR adds a new metric type to the StatsD client, histogram, which matches the metric that Datadog has added. This metric type is used to track sms content length. In Datadog, normal statsd gauges are flushed every 10 seconds, and only the last value is retained, making it unsuitable for tracking sms content length.
issue #2079
How Has This Been Tested?
This was deployed and tested in dev, and perf by deploying and observing the metrics in Datadog.
Description
This PR adds a new metric type to the StatsD client, histogram, which matches the metric that Datadog has added. This metric type is used to track sms content length. In Datadog, normal statsd gauges are flushed every 10 seconds, and only the last value is retained, making it unsuitable for tracking sms content length.
issue #2079
How Has This Been Tested?
This was deployed and tested in dev, and perf by deploying and observing the metrics in Datadog.
Checklist