Dmitry Salahutdinov

Results 5 issues of Dmitry Salahutdinov

Hi! I am working on the monitoring solution for rack attack [here](https://github.com/dsalahutdinov/yabeda-rack-attack). It listens to events and [increments specific counters](https://github.com/dsalahutdinov/yabeda-rack-attack/blob/master/lib/yabeda/rack/attack/notifier.rb#L31-L33) for any rule type (throttle, blacklist, whitelist, and track). For...

Puma stats has the `requests_count` counter for each worker. https://github.com/puma/puma/blob/3e80f7c704e5585da4faa32edf0fa7a0abed3689/docs/stats.md#L96 It is very useful to determine is the problem of puma worker capacity degradation caused by increasing traffic. So `yabeda-puma-plugin`...

Hey! In Amplifr we have some issues with sidekiq memory overlimit, so this metrics is to monitor overall memory, which is used by sidekiq process

Would be nice and helpful to use ```ruby expect(response).to logux_undo(reason: 'limitExceeded') ``` where reason is optional argument

``` Logux add:: { "version": 0, "password": "xxxx", "commands": [ [ "action", { "type": "amplifr/autopilot/status", "status": "noPostsChecked", "projectId": 16484 }, { "clients": [ "74205:UI40z-2U" ] } ] ] } Write...