department-of-veterans-affairs / notification-api

Notification API
MIT License
16 stars 9 forks source link

#2079 SMS Content Length StatsD Metric #2139

Open mchlwellman opened 2 days ago

mchlwellman commented 2 days ago

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.

Screenshot 2024-11-21 at 4 43 42 PM Screenshot 2024-11-21 at 4 44 11 PM

Checklist