mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
f204f0c999
Five recent diagnostics-otel feat commits added user-facing OpenTelemetry surfaces but did not update docs/logging.md, so the listed metrics and spans drifted out of sync with what the plugin actually exports: -7bbd47349eadds gen_ai.client.token.usage histogram (GenAI semconv) -b8a41739d5adds memory heap/rss histograms, pressure counter and span -d6ef1fcf24adds openclaw.tool.loop counters and span -ff172f46a5adds openclaw.context.assembled span -44114328b4adds openclaw.provider.request_id_hash attr on openclaw.model.call spans Append the new metrics under existing model-usage and exec sections, add a 'Diagnostics internals' subsection for memory + tool-loop metrics, and add the three new spans (context.assembled, tool.loop, memory.pressure) plus the request-id-hash attribute to the spans listing.