haskell-github-trust / ekg-statsd

Flush system metrics to statsd
BSD 3-Clause "New" or "Revised" License
26 stars 23 forks source link

Send distributions as gauges + counter. #9

Closed hesselink closed 8 years ago

hesselink commented 8 years ago

Fixes #7. This submits the different parts (mean, min, max) etc. as gauges (or a counter for 'count'). I looked into sending it as a 'timer' (which is really a distribution) but that requires submitting the individual values, which Distribution doesn't save.