mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 21:43:35 +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
14 lines
313 B
JSON
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": {}
|
|
}
|
|
}
|