Generate plots of cluster usage data for the viswall by scraping Prometheus.
To check that the Prometheus query is working:
uv run -m viswall_prom.prom
To make the image with the plots:
uv run -m viswall_prom.plot
Via uvx:
0 * * * * $HOME/.local/bin/uvx git+https://github.com/flatironinstitute/scc-viswall-prom.git@prod -o $HOME/usage.png
Apache-2.0