autonomy telemetry flush¶
Flush buffered telemetry events to the OTLP collector (sequential order)
Synopsis¶
Reads all unexported events from the local WAL and sends them to the
configured OTLP/HTTP endpoint in sequential (WAL) order.
For priority-ordered drain (errors first), use 'autonomy telemetry drain' instead.
Usage¶
autonomy telemetry flush [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