Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was trying to use this plugin, but when I was starting my server it was raising error: ``` gems/puma-3.11.4/lib/puma/plugin.rb:48:in `rescue in find': Unable to find plugin: yabeda (Puma::UnknownPlugin) ``` After exploring the [example prometheus project](https://github.com/yabeda-rb/example-prometheus) I found that it was using a different gem https://github.com/yabeda-rb/example-prometheus/blob/64a67c0e000f8b2516aac6bb2f0eb21f634a3ea9/rails_app/Gemfile#L24 ``` gem "yabeda-puma-plugin" ```
- Loading branch information