Code Pluginsource linkedVerified

Diagnostics OpenTelemetryv2026.9.2

OpenClaw diagnostics OpenTelemetry exporter for metrics, traces, and logs.

@openclaw/diagnostics-otel·runtime diagnostics-otel·by @openclaw
openclaw plugins install clawhub:@openclaw/diagnostics-otel
Latest release: v2026.9.2Download zip

Compatibility

Built With Open Claw Version
2026.9.2
Min Gateway Version
>=2026.4.25
Plugin Api Range
>=2026.9.2
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Credentials
The plugin reads OTEL_* environment settings and configured TLS certificate/key files to connect to telemetry collectors, which is expected for OpenTelemetry but should be configured carefully.
Install Mechanism
Installation is a standard OpenClaw plugin install with no npm lifecycle scripts or bundled skill instructions; activation is disclosed as startup registration.
Instruction Scope
Runtime behavior is gated by OpenClaw diagnostics config; content capture defaults off, logs require explicit enablement, and captured text is redacted/truncated before export.
Persistence & Privilege
Persistence is limited to plugin startup service registration and in-memory telemetry providers/subscriptions that are cleaned up on stop; no background worker, autorun shell command, or filesystem persistence was found.
Purpose & Capability
The package purpose is diagnostics export, and the runtime registers a diagnostics service that exports traces, metrics, and optional logs to OTLP/stdout, matching the README and package metadata.
Assessment
Install this only if you intend to send OpenClaw gateway diagnostics to an observability pipeline. Review the configured OTLP endpoint, headers, TLS files, and captureContent/log settings because enabling content capture or log export can send operational details and potentially sensitive prompts, tool inputs, or outputs to your collector.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
3928bad9badf
Tag
3928bad9badfcb6c7d140530435e806fb8092190
Provenance
No
Scan status
clean

Tags

alpha
2026.5.19-alpha.1
beta
2026.7.2-beta.7
latest
2026.9.2

@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, set diagnostics.otel.enabled to true, and set the collector URL in diagnostics.otel.endpoint.

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