yabeda-rb / yabeda-prometheus-mmap

Yabeda Prometheus exporter based on prometheus-client-mmap
MIT License
16 stars 6 forks source link

Not working with Unicorn #1

Closed 007lva closed 4 years ago

007lva commented 4 years ago

Before, I had yabeda-prometheus:

gem 'prometheus-client'
gem 'yabeda-prometheus'
gem 'yabeda-sidekiq'
gem 'yabeda-rails'

And it was working well at least for Sidekiq, but Rails metrics were not right because have been measuring per worker, then I found:

https://github.com/yabeda-rb/yabeda-prometheus/issues/4 https://github.com/yabeda-rb/yabeda-rails/issues/5

and tried with:

gem 'yabeda-prometheus-mmap'
gem 'yabeda-sidekiq'
gem 'yabeda-rails'

but now I get Not Found from my Rails metrics endpoint (Sidekiq metrics doesn't seems affected)

007lva commented 4 years ago

I didn't notice of this section https://github.com/yabeda-rb/yabeda-prometheus#multi-process-server-support, sorry.