You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentelemetry-instrumentation-openclaw/openclaw.plugin.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"id": "opentelemetry-instrumentation-openclaw",
3
3
"name": "OpenClaw OTel Plugin",
4
-
"version": "0.1.4-beta",
4
+
"version": "0.1.5-beta",
5
5
"description": "Report OpenClaw AI agent execution traces to any OTLP-compatible backend via OpenTelemetry",
6
6
"type": "plugin",
7
7
"entry": "./dist/index.js",
@@ -60,6 +60,10 @@
60
60
"type": "array",
61
61
"items": { "type": "string" },
62
62
"description": "URL substrings for outbound traceparent injection (e.g. [\"api.openai.com\"]). Injects into all HTTPS calls except the OTLP endpoint if omitted."
63
+
},
64
+
"spanProcessorModule": {
65
+
"type": "string",
66
+
"description": "Path to a JS/MJS module whose default export is a custom SpanProcessor. Absolute paths are used as-is; relative paths resolve against ~/.openclaw. Falls back to ARMS_SPAN_PROCESSOR_MODULE env var. Load failures degrade gracefully to the built-in processor."
0 commit comments