node-datadog-metrics icon indicating copy to clipboard operation
node-datadog-metrics copied to clipboard

Add median aggregation for histograms

Open Mr0grog opened this issue 2 years ago • 0 comments

This adds a <metric>.median output for histograms, to go along with the existing <metric>.max, <metric>.avg, etc. The matches the DataDog StatsD agent, which outputs a similar median metric when send a histogram.

Fixes #68.

Mr0grog avatar Sep 15 '22 22:09 Mr0grog