ypaq

Results 13 comments of ypaq

I'm having trouble with metric names as well. The problem I see here is the use of a list of atoms for metric names. When using `{mod_metrics, folsom}` in combination...

What is missing here to move this forward?

In order to enable `{no_ack, false}` bunny_farm needs some changes. `bunny_farm:consume` will always use `{no_ack, true}` (see https://github.com/muxspace/bunny_farm/blob/master/src/bunny_farm.erl#L80). You need to allow to subscribe accordingly. Just ack from somewhere else...

Will see if I find the time. I decided to go with gen_bunny because of its monitoring. I like your clean code and the exhaustive tests though. Good job on...

[Lager](https://github.com/basho/lager) uses `error_logger` handlers in a similar manner as erlbrake does (unfortunately Lager actually removes all error handlers from `error_logger` on startup which could result in incompatibilities. This should be...

It would also make sense to include the Erlang node in the environment.

@betawaffle You mean URL under request?