mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 03:55:15 +08:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"id": "diagnostics-otel",
|
|
"name": "Diagnostics OpenTelemetry",
|
|
"description": "OpenClaw diagnostics OpenTelemetry exporter for metrics and traces.",
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|