diff options
| author | Alex Corcoles <alex@pdp7.net> | 2023-11-25 20:17:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 20:17:02 +0100 |
| commit | caff5ee16d47615191ce15eeb562934d8bccc5b4 (patch) | |
| tree | 67656d08441ef945c420fdcfcbab432e379231a8 /weight | |
| parent | e8b2c0738be88c8d991d04493ef52467dae1f055 (diff) | |
Document weight
Diffstat (limited to 'weight')
| -rw-r--r-- | weight/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weight/README.md b/weight/README.md new file mode 100644 index 00000000..26f145e0 --- /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. |
