From: Alex Corcoles Date: Sat, 25 Nov 2023 19:17:02 +0000 (+0100) Subject: Document weight X-Git-Tag: 20240214-emacs~80 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=caff5ee16d47615191ce15eeb562934d8bccc5b4;p=alex.git Document weight --- diff --git a/weight/README.md b/weight/README.md new file mode 100644 index 0000000..26f145e --- /dev/null +++ b/weight/README.md @@ -0,0 +1,5 @@ +I track some health metrics on self-hosted infrastructure. + +[schema.sql](schema.sql) is a PostgreSQL database schema with the health metrics tables. +The `zqxjk` schema uses [zqxjkcrud](https://github.com/alexpdp7/zqxjkcrud/) to generate a frontend where I can input metrics. +Dashboards in Grafana display the metrics.