feat: instrumented backend with prometheus endpoint

This commit is contained in:
ITQ
2025-11-21 09:44:35 +03:00
parent 2e0470a833
commit f23c4cbe6d
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ dependencies = [
"httpx==0.28.1",
"psycopg[binary]>=3.2.12",
"firebase-admin>=7.1.0",
"prometheus-fastapi-instrumentator>=7.1.0",
]
[dependency-groups]