Ulf Wiger
Ulf Wiger
@ruttenberg, that drop you observe, is it from stats reported by exometer or the actual numbers presented by the VM?
Ok. I have the flu right now. I don't think I'll be able to do much about this today, but will gladly accept a PR that at least catches calls...
@ruttenberg, for example: https://github.com/Feuerlabs/exometer_core/blob/master/src/exometer_report.erl#L1438 The `exometer_report` process expects `exometer:get_value/2` not to fail. Reading the docs, this seems like an appropriate assumption, but `exometer_report` could still wrap these in a `try...
I tried the following: - In `exometer_core/test`, there is a test app called `app1`. It has some files in priv/ for testing `exometer_defaults` and `exometer_predefined` - I created a file,...
Agreed. PRs are welcome. ;-)
PR #74 refers to this problem.
Well ... I guess it wouldn't hurt to also catch other categories, even though the likelihood of get_value() raising other exceptions should be very low. :)
Addressed in #22. Thanks, and sorry for the delay.
Sorry for the delay. Merged.
I just prepared to commit the following comment to the above code in our project. :) ```erlang %% See https://github.com/erlang-lager/lager/issues/557 %% There are different ways to ensure that the log...