mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 15:43:57 -06:00
c4292bc8b2
* fix(diagnostics): report exporter health transitions * fix(diagnostics): retire exporter health on shutdown * test(diagnostics): enforce OTLP protobuf content type * test(diagnostics): satisfy exporter test type contracts * fix(diagnostics): redact endpoint-like exporter codes * fix(diagnostics): coordinate exporter route health * test(diagnostics): satisfy exporter health static gates * fix(diagnostics): keep exporter health internal
@openclaw/diagnostics-otel
Official OpenTelemetry diagnostics exporter for OpenClaw.
This plugin exports OpenClaw Gateway traces, metrics, and logs to an OTLP collector for observability stacks such as Grafana, Datadog, Honeycomb, New Relic, Tempo, and compatible collectors. It can also write diagnostic log records as stdout JSONL for container log pipelines.
Install
openclaw plugins install @openclaw/diagnostics-otel
Restart the Gateway after installing or updating the plugin.
Configure
Enable the plugin and set the OTLP endpoint in plugins.entries.diagnostics-otel.config.
The full config surface, metric names, span names, and collector examples live in the docs:
Package
- Plugin id:
diagnostics-otel - Package:
@openclaw/diagnostics-otel - Minimum OpenClaw host:
2026.4.25