mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 01:20:31 +03:00
12 lines
387 B
Plaintext
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
|