Add Prometheus monitoring integration and enhance application metrics

This commit is contained in:
Dylan Knutson
2025-01-04 05:59:26 +00:00
parent 2a934490ba
commit 72191c1d93
44 changed files with 1470 additions and 251 deletions

View File

@@ -163,6 +163,9 @@ gem "devise", "~> 4.9"
# Authorization
gem "pundit", "~> 2.4"
# Monitoring
gem "prometheus_exporter", "~> 2.2"
gem "sorbet-static-and-runtime"
gem "tapioca", require: false, group: %i[development test]
gem "rspec-sorbet", group: [:test]