autonomy telemetry sink¶
Start a demo OTLP HTTP sink that prints received payloads
Synopsis¶
Starts a minimal HTTP server that accepts OTLP/HTTP payloads (POST /v1/logs, /v1/traces, /v1/metrics) and prints them as pretty-printed JSON to stdout.
Useful for local development and testing the telemetry drain pipeline without a real OTLP collector.
Usage¶
autonomy telemetry sink [flags]
Options¶
--listen string TCP address to listen on (default "127.0.0.1:4318")
See also¶
autonomy telemetry— Manage the local telemetry WAL and OTLP export