autonomy telemetry export¶
Export all WAL events to a JSONL file
Synopsis¶
Reads all events from the local WAL and writes them as newline-delimited JSON (one Entry per line) to –out. Use –out - to write to stdout.
Usage¶
autonomy telemetry export [flags]
Options¶
--dir string WAL directory (default: XDG_CACHE_HOME/autonomyops/telemetry)
--out string output file path (- for stdout) (default "-")
See also¶
autonomy telemetry— Manage the local telemetry WAL and OTLP export