elixometer icon indicating copy to clipboard operation
elixometer copied to clipboard

README should explain why I'd want to use this over plain-ol' exometer

Open rlipscombe opened this issue 7 years ago • 1 comments

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)?

rlipscombe avatar Jul 09 '18 10:07 rlipscombe

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 @timed annotation, so measuring of slow methods are as easy as one line
  • it feels more natural for Elixir. I use use Elixometer and update_counter instead of calling Erlang's code

Kukunin avatar Feb 04 '19 03:02 Kukunin