autonomy wal status¶
Show WAL health: safe_seq, pending count, last write time
Synopsis¶
Reads WAL metadata and prints a summary of its current state:
WAL dir — absolute path to the WAL directory
Total — number of entries ever written (all sequences)
Exported — number of entries already consumed by the OTLP exporter
Pending — entries not yet exported (Total − Exported)
Safe seq — highest sequence number durably fsynced to disk
Last write — wall-clock timestamp of the most recent WAL entry
Usage¶
autonomy wal status [flags]
Options¶
--dir string WAL directory (default: XDG_CACHE_HOME/autonomyops/telemetry)
--json Output as single-line JSON
Options inherited from parent commands¶
--require-signed-manifest Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)
See also¶
autonomy wal— Inspect the local telemetry WAL