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

@ -25,6 +25,7 @@ check:
$(MAKE) lint
$(MAKE) types
$(MAKE) bandit
$(MAKE) test
lint:
$(POETRY) flake8 $(SRC)