diff --git a/Gemfile.lock b/Gemfile.lock index 87f885794..e785eaead 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -845,6 +845,10 @@ GEM prometheus-client (>= 3.0, < 5.0) rack yabeda (~> 0.10) + yabeda-puma-plugin (0.7.1) + json + puma + yabeda (~> 0.5) yabeda-rails (0.9.0) activesupport anyway_config (>= 1.3, < 3) @@ -1007,6 +1011,7 @@ DEPENDENCIES webrick yabeda-graphql yabeda-prometheus + yabeda-puma-plugin yabeda-rails yabeda-sidekiq zipline diff --git a/config/puma.rb b/config/puma.rb index 8b9bb8681..470a8760d 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -43,3 +43,6 @@ end # Allow puma to be restarted by `rails restart` command. plugin :tmp_restart + +activate_control_app +plugin :yabeda