Logging and Monitoring
Orbit provides observability through integrated logging and monitoring tools:
- Grafana: Dashboards and logs (localhost:3000)
- Jaeger: Distributed tracing (localhost:16686)
- Prometheus: Metrics (localhost:9090)
- Loki: Log aggregation (localhost:3100)
- Collector scraping endpoint: localhost:8889/metrics
- ZPages: Service debug endpoints
Usage
Access dashboards and logs via the above URLs (VPN may be required). Use these tools to monitor system health, performance, and trace issues.
Database Change Tracking
Liquibase changesets are tracked in the public.databasechangelog
table. See the database/
folder for changelogs.
Last updated on