From caff5ee16d47615191ce15eeb562934d8bccc5b4 Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Sat, 25 Nov 2023 20:17:02 +0100 Subject: [PATCH] Document weight --- weight/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 weight/README.md 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. -- 2.47.3