autonomy telemetry drain¶
Drain buffered events to an OTLP endpoint in priority order (errors first)
Synopsis¶
Imports WAL events into a SQLite priority buffer and drains them to the OTLP/HTTP endpoint in priority order: errors → decisions/actions → lifecycle.
This ensures security-relevant events are delivered first when the collector comes back online after a period of disconnection.
Usage¶
autonomy telemetry drain [flags]
Options¶
--dir string WAL directory (default: XDG_CACHE_HOME/autonomyops/telemetry)
--endpoint string OTLP HTTP endpoint (required), e.g. http://localhost:4318
See also¶
autonomy telemetry— Manage the local telemetry WAL and OTLP export