MONITORING - nself-org/cli GitHub Wiki
Monitor nself services with Grafana, Prometheus, and more.
# In .env
MONITORING_ENABLED=true
nself build
nself start# Open Grafana dashboards
nself monitor
# View Prometheus metrics
http://localhost:8080/prometheus
# View Loki logs
http://localhost:8080/lokiSee Monitoring Complete Guide for details.