Add prom metrics for database, use redis max conn var (#3359)

This commit is contained in:
Jai Agrawal
2025-03-07 17:16:45 -08:00
committed by GitHub
parent d51a1c47c7
commit 9c5d817a8a
6 changed files with 90 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ pub use models::Project;
pub use models::Version;
pub use postgres_database::check_for_migrations;
pub use postgres_database::connect;
pub use postgres_database::register_and_set_metrics;