Add Prometheus monitoring integration and enhance application metrics
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
rails: RAILS_ENV=production bundle exec rails s -b 0.0.0.0 -p 3000
|
||||
tail: tail -f log/production.log
|
||||
prometheus_exporter: RAILS_ENV=production bundle exec prometheus_exporter --bind 0.0.0.0 --prefix redux_ --label '{"environment": "production"}'
|
||||
|
||||
Reference in New Issue
Block a user