Add Prometheus metrics

This commit is contained in:
2024-08-16 16:23:24 +01:00
parent 549cf1b7b2
commit 3f6e94a80a
4 changed files with 38 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ Flask = "^3.0.3"
PyYAML = "^6.0.2"
uwsgi = "^2.0.26"
pydantic = "^2.8.2"
prometheus-flask-exporter = "^0.23.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"