Add prometheus metrics to monitor tailscalesd

This commit is contained in:
Abel Luck 2023-11-06 11:57:11 +01:00
parent b080318748
commit 2db375820f
4 changed files with 63 additions and 8 deletions

View file

@ -23,6 +23,8 @@ uvicorn = "^0.24.0"
httpx = "^0.25.1"
pydantic-settings = "^2.0.3"
json-logging = "^1.3.0"
prometheus-client = "^0.18.0"
prometheus-fastapi-instrumentator = "^6.1.0"
[tool.poetry.dev-dependencies]
pytest = "*"