Dmitry Salahutdinov

Results 12 comments of Dmitry Salahutdinov

Hi, guys! Could you please have a look at this https://github.com/aacebedo/dnsdock/pull/100 It is approach to solve this annoying issue 😄

Hi Andrey, do you mean something like this? ```ruby class Sniffer def initialize @data = Data.new(singleton_config) Sniffer.enable! yield if block_given? ensure Sniffer.disable! end ... end ``` With the singtone config...

Привет. Есть идея сделать это через middleware как тут https://github.com/vcr/vcr/blob/master/lib/vcr/middleware/excon.rb единственное, что оно не очень корректно будет считать время, затраченное за запрос (с учетом других подключенных middleware), но зато код...

Дак можно конечно, только прийдется весь вот [этот метод](https://github.com/excon/excon/blob/master/lib/excon/connection.rb#L95-L192) перекрыть чтобы зафиксировать факт начала отравки данных, и аналогичные длинные методы на респонз И это очень нежное место получается - что...

hey, @mariokam support of gitlab client moved to another gem https://github.com/yabeda-rb/yabeda-prometheus-mmap Try it out.

We can plug the platform independent OS gem and use this method https://github.com/rdp/os/blob/master/lib/os.rb#L139

@Envek do you have any thoughts here?

I still think this feature is useful to monitor the Sidekiq process memory. Even if you use K8s, it show the actual process size inside out of the pod.

Here is more pupular gem https://github.com/schneems/get_process_mem used as depenency in puma-worker-killer

Hey! support of gitlab client moved to another gem https://github.com/yabeda-rb/yabeda-prometheus-mmap Try it out.