mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 02:21:41 +00:00
Adds stdout and both-mode diagnostics OTEL log export, with focused QA Lab smoke coverage and docs/config updates.
Prepared head SHA: efa2ef07ab
Verification: CI 27808480969 passed for the prepared head.
Reviewed-by: @jesse-merhi
28 lines
875 B
Markdown
28 lines
875 B
Markdown
# @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
|
|
|
|
```bash
|
|
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:
|
|
|
|
- https://docs.openclaw.ai/gateway/opentelemetry
|
|
|
|
## Package
|
|
|
|
- Plugin id: `diagnostics-otel`
|
|
- Package: `@openclaw/diagnostics-otel`
|
|
- Minimum OpenClaw host: `2026.4.25`
|