> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leamout.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Observability

> Observe Leamout runtime health and telecom behavior without exposing private control interfaces.

Start with the product-facing controls:

```bash theme={null}
sudo leamout status
sudo leamout doctor
sudo leamout logs
```

The telecom runtime records durable call state and emits domain events. It also exposes bounded resource-attributed metrics for carrier connections, trunks, endpoint selection, call outcomes, quota rejections, and SIP endpoint probes.

Keep telemetry collection on the private-control side of the deployment. Do not expose internal state, coordination, or component-control interfaces simply to collect metrics or diagnostics.
