resque-metrics
resque-metrics copied to clipboard
Metrics for your Resque jobs and workers
Also bump `json` and update bundler.
See https://github.com/quirkey/resque-metrics/issues/10 Statsd doesn't allow to pass an increment value (`by`): https://github.com/reinh/statsd/blob/master/lib/statsd.rb#L320
Metrics for `payload_size` seem to be coming through to statsd incorrectly. Specifically, the names come through with a trailing `.` (e.g., `application.resque.payload_size.` ). This fixes that, by always using the...
Hello! I installed this gem and it works well, but I noticed that it doubles our rspec runs (from 10 minutes to 20 minutes). I experimented with various configurations (removing...