Add prometheus metrics to monitor tailscalesd
This commit is contained in:
parent
b080318748
commit
2db375820f
4 changed files with 63 additions and 8 deletions
1
Makefile
1
Makefile
|
|
@ -25,6 +25,7 @@ check:
|
|||
$(MAKE) lint
|
||||
$(MAKE) types
|
||||
$(MAKE) bandit
|
||||
$(MAKE) test
|
||||
|
||||
lint:
|
||||
$(POETRY) flake8 $(SRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue