diff options
| -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. |
