Documentation Index
Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
beacon endpoint integrations openclaw
OpenClaw Gateway can export diagnostics through thediagnostics-otel plugin. Beacon can print a local OTLP/HTTP Gateway configuration and validate whether OpenClaw-derived events are arriving in the endpoint runtime log.
Commands
print-config
Print OpenClaw Gateway OTLP setup guidance.
status
Show OpenClaw Gateway endpoint integration status.
validate
Validate whether OpenClaw OTLP-derived events are arriving.
Gateway setup
Start Beacon’s local endpoint collector:http://127.0.0.1:4318, protocol http/protobuf, and service name openclaw-gateway.
OpenClaw does not export raw prompt, response, tool, or system-prompt content unless
diagnostics.otel.captureContent.* is explicitly enabled in the Gateway config. Beacon validation confirms at least one OpenClaw OTLP-derived event reached the runtime log; it does not prove logs, traces, and metrics are each flowing.Flags
| Flag | Description |
|---|---|
--endpoint <url> | OTLP HTTP endpoint to show in setup guidance. Defaults to Beacon’s configured local OTLP HTTP receiver |
--since <duration> | Require an OpenClaw event within this duration, such as 10m. Validate only |
--json | Print status as JSON. Status only |
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
beacon endpoint integrations openclaw print-config
beacon endpoint integrations openclaw print-config prints OpenClaw Gateway OTLP setup guidance.
Examples
Print guidance using the local OTLP HTTP receiver from the Beacon config:beacon endpoint integrations openclaw status
beacon endpoint integrations openclaw status reports whether OpenClaw OTLP-derived events have been observed in the endpoint runtime log.
Examples
Show status:beacon endpoint integrations openclaw validate
beacon endpoint integrations openclaw validate checks whether OpenClaw OTLP-derived events have arrived in the endpoint runtime log.
Examples
Require an OpenClaw event in the last 10 minutes:Related
Runtime integrations
See how Beacon discovers and configures supported runtime surfaces.
Supported runtimes
Compare runtime support across local OTLP, hooks, and admin-configured integrations.
Endpoint agent
Install, repair, inspect, and uninstall the local endpoint agent.
Claude Cowork
Manage Claude Cowork OTLP export.

