Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ gem "mission_control-jobs", "~> 1.1.0"
gem "overmind", "~> 2.5", group: :development

gem "dotenv", "~> 3.2"

# Prometheus metrics exporter
gem "prometheus_exporter"
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ GEM
forwardable
singleton
prism (1.6.0)
prometheus_exporter (2.3.1)
webrick
propshaft (1.3.1)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -753,6 +755,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.9.2)
websocket (1.2.11)
websocket-driver (0.8.0)
base64
Expand Down Expand Up @@ -834,6 +837,7 @@ DEPENDENCIES
overcommit
overmind (~> 2.5)
pg
prometheus_exporter
propshaft
pry-rails
puma
Expand Down
Loading