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

Move default value to collector itself from fatory #13

Closed lyrixx closed 10 years ago

lyrixx commented 11 years ago

More over, it fixes a bug if user use factory without options, because factory send null instead of nothing which break everything.

And then, it make the collecter easier to re-use