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

See also