Skip to content

how to monitor

Bryan edited this page Jun 13, 2026 · 1 revision

How to monitor

Lode monitoring is local. The daemon emits structured request logs and, when enabled, Prometheus-style request counters from /metrics.

Monitoring surfaces

Surface Source Page
Structured logs src/lode/observability.py, src/lode/daemon.py Logging
Request metrics src/lode/observability.py, src/lode/features.py, src/lode/daemon.py Metrics
Runbook docs/runbooks/loded.md Deployment

The repository does not include distributed tracing or alert routing. Request IDs are still added to daemon responses through src/lode/daemon.py so local logs can be tied to requests.

Related pages

Clone this wiki locally