Files
zkldi_Tachi/Justfile-observability
T
zk 374f1af8e0 something to do with... (#59)
* something to do with...

* kill and die

* ririri midori
2026-04-28 22:56:24 +01:00

12 lines
387 B
Plaintext

# Local observability stack (see docker-compose-dev.yml: tachi-grafana, tachi-alloy).
grafana:
python3 -c "import webbrowser; webbrowser.open('http://localhost:3005')"
alloy:
python3 -c "import webbrowser; webbrowser.open('http://localhost:12345')"
# Reload all Grafana provisioning (datasources + dashboards) and verify health.
grafana-reset:
./observability/setup-datasources.sh