Closed 007lva closed 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)
Not Found
I didn't notice of this section https://github.com/yabeda-rb/yabeda-prometheus#multi-process-server-support, sorry.
Before, I had yabeda-prometheus:
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:
but now I get
Not Found
from my Rails metrics endpoint (Sidekiq metrics doesn't seems affected)