autonomy telemetry bridge¶
Start an OTLP/HTTP → control-plane event bridge
Synopsis¶
Starts an HTTP server that accepts OTLP/HTTP log payloads (POST /v1/logs) from an OTel Collector and converts them into control-plane events, then forwards the batch to the control-plane POST /v1/events endpoint.
Conversion rules:
kind=”decision” → event_type=”ai.policy.decision”
kind=”action” → event_type=”ai.agent.action”
kind=”lifecycle” → event_type=”ai.agent.lifecycle”
kind=”error” → event_type=”ai.agent.error”
other → event_type=”ai.telemetry.
event_id = “<service.name>:wal:
Network errors forwarding to –forward-url are logged but do not fail the OTLP response, so the upstream collector will not retry indefinitely.
Usage¶
autonomy telemetry bridge [flags]
Options¶
--forward-url string Control-plane events endpoint, e.g. http://localhost:8888/v1/events (required)
--listen string TCP address to listen on for incoming OTLP/HTTP (default "127.0.0.1:4318")
See also¶
autonomy telemetry— Manage the local telemetry WAL and OTLP export