Allows sendDistributionMetricWithDate to submit a metric with a timestamp when the Extension is running. Neither hot-shots nor Dogstatsd supports historical distribution metrics (more on the latter here and here).
The ability to send metrics with timestamps already existed but did not work when using the Extension.
What does this PR do?
Allows
sendDistributionMetricWithDate
to submit a metric with a timestamp when the Extension is running. Neither hot-shots nor Dogstatsd supports historical distribution metrics (more on the latter here and here).The ability to send metrics with timestamps already existed but did not work when using the Extension.
Motivation
Testing Guidelines
Unit test + manual tests. Example of one invocation using the following:
Additional Notes
Types of Changes
Check all that apply