Skip to content

Commit 95ec2e0

Browse files
chore(sync): mirror docs from openclaw/openclaw@bf95883
1 parent e1911d3 commit 95ec2e0

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.openclaw-sync/source.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"repository": "openclaw/openclaw",
3-
"sha": "96a49caffa50b2c986e49335a040c3712c5beea5",
3+
"sha": "bf9588381271ec2580a1e7929a6ad6cc33c8e875",
44
"sources": {
55
"openclaw": {
66
"repository": "openclaw/openclaw",
7-
"sha": "96a49caffa50b2c986e49335a040c3712c5beea5"
7+
"sha": "bf9588381271ec2580a1e7929a6ad6cc33c8e875"
88
},
99
"clawhub": {
1010
"repository": "openclaw/clawhub",
1111
"sha": "23edf7d19d199272aa126ebd1eda3c05b166d774"
1212
}
1313
},
14-
"syncedAt": "2026-06-09T19:42:12.413Z"
14+
"syncedAt": "2026-06-09T19:55:00.105Z"
1515
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1cd5bcc75461c64d39a00918a50d033e66ae7ec199d8029f7cccaaa2eeb16f22 plugin-sdk-api-baseline.json
2-
a5d3b43c3710c4238958b1b3163e652ac34bdc7b82215c6294ce61b72188d75e plugin-sdk-api-baseline.jsonl
1+
ae06e87a060aaa9618e2b245553d90402c0fbbe1ebc864928dc7f771cede7c6d plugin-sdk-api-baseline.json
2+
8ae4665726d0a8e2e80587ab0b98afce6718861a996daef2fac207066c29dd4f plugin-sdk-api-baseline.jsonl

docs/gateway/opentelemetry.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ When any subkey is enabled, model and tool spans get bounded, redacted
161161
`captureContent: true` only for broad diagnostics captures where OTLP log
162162
message bodies are also approved for export.
163163

164+
`toolInputs`/`toolOutputs` content is captured for the built-in agent runtime's
165+
tool executions (`openclaw.content.tool_input` on completed/error spans,
166+
`openclaw.content.tool_output` on completed spans). External harness tool calls
167+
(Codex, Claude CLI) emit `tool.execution.*` spans without content payloads.
168+
Captured content travels on a trusted, listener-only channel and is never placed
169+
on the public diagnostic event bus.
170+
164171
## Sampling and flushing
165172

166173
- **Traces:** `diagnostics.otel.sampleRate` (root-span only, `0.0` drops all,

0 commit comments

Comments
 (0)