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
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 telemetry— Manage the local telemetry WAL and OTLP export