Skip to main content

Observability

Lumio includes a ready-to-run observability stack with Prometheus and Grafana.

Start the stack

make observability

Services are exposed at:

Metrics

The backend exposes Prometheus metrics for:

  • Request latency and error rates
  • Import pipeline timing
  • Queue processing
  • Job failures

Logs

Structured JSON logs include request IDs, workspace IDs, and parser context. Use them for correlation during incident response.

Health checks

  • GET /api/v1/health/ready is used for readiness
  • GET /api/v1/health/live is used for liveness

Next: Architecture Overview