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

See also