Skip to content

Commit

Permalink
Merge pull request #3918 from 3scale/add-webrick-for-yabeda
Browse files Browse the repository at this point in the history
Add webrick explicitly for Yabeda metrics
  • Loading branch information
mayorova authored Oct 14, 2024
2 parents 685d565 + 80ee449 commit 1277107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ gem 'sidekiq-cron', require: %w[sidekiq/cron sidekiq/cron/web]
gem 'sidekiq-throttled', '~> 1.4.0'

# Yabeda metrics
gem 'webrick', '~> 1.8.2'
gem 'yabeda-prometheus-mmap'
gem 'yabeda-sidekiq'

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ DEPENDENCIES
unicorn
unicorn-rails
webmock (~> 3.24.0)
webrick (~> 1.8.2)
will_paginate (~> 3.3)
with_env
xpath (~> 3.2.0)
Expand Down

0 comments on commit 1277107

Please sign in to comment.