3
0

prometheus stats cli tool

This commit is contained in:
2022-04-11 18:17:00 +02:00
parent c753f490ac
commit f1b36bd171
5 changed files with 115 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
base=$(dirname "$(readlink -f "$0")")
cd "${base}"
exec ./venv/bin/capport-stats "$@"