node-datadog-metrics
node-datadog-metrics copied to clipboard
Add median aggregation for histograms
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.