beberlei / metrics

Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.
316 stars 38 forks source link

Make graphite collector accept floats #28

Closed tucksaun closed 9 years ago

tucksaun commented 9 years ago

Graphite backend accepts floats, so make the collector accepts them too ;)

stof commented 9 years ago

I would put only the choice of the pattern in a conditional rather than the whole logic to avoid duplication

tucksaun commented 9 years ago

what about now?

lyrixx commented 9 years ago

It took time, but here we go, this is in now. Thank you very much Tugdual.