feat(poetry): add prometheus-fastapi-instrumentator

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-01 11:41:20 -07:00
parent 4d214b9cd9
commit cc45290ec2
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 33 additions and 1 deletions

View file

@ -83,6 +83,7 @@ uvicorn = "^0.15.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.11.2"
mysql-connector = "^2.2.9"
prometheus-fastapi-instrumentator = "^5.7.1"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"