Files
openclaw/extensions/diagnostics-otel/openclaw.plugin.json
Jesse Merhi 5db2f6c1fc Add stdout diagnostics OTEL log exporter
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
2026-06-19 16:06:37 +10:00

14 lines
313 B
JSON

{
"id": "diagnostics-otel",
"name": "Diagnostics OpenTelemetry",
"description": "OpenClaw diagnostics OpenTelemetry exporter for metrics, traces, and logs.",
"activation": {
"onStartup": true
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}