Skip to content

Commit

Permalink
Update prometheus exporter
Browse files Browse the repository at this point in the history
this went from 0.4.17 -> 2.0.8 so expect some issues!
  • Loading branch information
colinbruce committed Oct 25, 2023
1 parent 19cdc6d commit 4066d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gem "libreconv"
gem "business"

# Monitoring
gem "prometheus_exporter", "=0.4.17"
gem "prometheus_exporter"
gem "webrick"

# Generating Fake applications for tests and admin user
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ GEM
optimist (~> 3.0)
pg (1.5.4)
pg_dump_anonymize (0.1.2)
prometheus_exporter (0.4.17)
prometheus_exporter (2.0.8)
webrick
propshaft (0.7.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -777,7 +778,7 @@ DEPENDENCIES
pagy
pg
pg_dump_anonymize
prometheus_exporter (= 0.4.17)
prometheus_exporter
propshaft
pry-byebug
pry-rescue
Expand Down

0 comments on commit 4066d56

Please sign in to comment.