cyberdelia / metrology

A library to easily measure what's going on in your python.
https://metrology.readthedocs.org
MIT License
309 stars 25 forks source link

Implement StatsD reporter #26

Closed misiek08 closed 8 years ago

misiek08 commented 8 years ago

StatsD daemon aggreate data, so percentiles and other values should be calculated on StatsD daemon side.

There is one more thing - Graphite reporter overwrites last data with new one, so if you use this package on multiple workers you get data only from one worker. StatsD aggregates all data from all workers making more sense, that's why it's not sending other than raw values for instruments.

misiek08 commented 8 years ago

I forgot about type translation, so updated this now.

deejay1 commented 8 years ago

+1

vi4m commented 8 years ago

It seems, it's ready? Any news?

cyberdelia commented 8 years ago

Thanks :bowtie: