Move yabeda/prometheus stuff to the gem

This commit is contained in:
Jorge Manrubia
2025-11-28 11:50:51 +01:00
parent 3b0ddf4cfb
commit 6ccf655597
10 changed files with 38 additions and 163 deletions
+11
View File
@@ -11,3 +11,14 @@ gem "rails_structured_logging", bc: "rails-structured-logging"
gem "sentry-ruby"
gem "sentry-rails"
# Telemetry
gem "yabeda"
gem "yabeda-actioncable"
gem "yabeda-activejob", github: "basecamp/yabeda-activejob", branch: "bulk-and-scheduled-jobs"
gem "yabeda-gc"
gem "yabeda-http_requests"
gem "yabeda-prometheus-mmap"
gem "yabeda-puma-plugin"
gem "yabeda-rails"
gem "webrick" # required for yabeda-prometheus metrics server
gem "prometheus-client-mmap", "~> 1.3"