elixometer
elixometer copied to clipboard
README should explain why I'd want to use this over plain-ol' exometer
What benefits do I get from using this over directly using exometer? What trade-offs were made (i.e. is there any downside to using this)?
I can start a little (I started using it yesterday)
- auto-registration of metrics. I just put whatever metric I want to report
- it provides a neat
@timedannotation, so measuring of slow methods are as easy as one line - it feels more natural for Elixir. I use
use Elixometerandupdate_counterinstead of calling Erlang's code