-
Notifications
You must be signed in to change notification settings - Fork 1
how to monitor
Bryan edited this page Jun 13, 2026
·
1 revision
Lode monitoring is local. The daemon emits structured request logs and, when enabled, Prometheus-style request counters from /metrics.
| 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.