Add metrics and refactor healthcheck

This commit is contained in:
2022-02-12 13:58:39 +03:00
parent 19fe00335e
commit 11a283a721
5 changed files with 63 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
aioredis = "^2.0.1"
orjson = "^3.6.6"
prometheus-fastapi-instrumentator = "^5.7.1"
[tool.poetry.dev-dependencies]