Resource: reasoning://telemetry/summary

Purpose

Expose in-process telemetry counters for MCP clients that do not consume OpenTelemetry directly.

Payload

  • tool_calls: count by tool name.
  • tool_latency_ms_total: cumulative latency by tool name.
  • verification_outcomes: count by verification status.
  • pruned_nodes_total: total nodes removed by pruning tools.
  • graph_depth_latest: latest observed graph depth by tool.
  • graph_depth_max: maximum observed graph depth.
  • sot_suitability: count by SoT suitability decision.
  • sot_skeletons_created_total: total skeleton nodes created.
  • sot_elaborations_created_total: total SoT elaboration scaffold nodes created.
  • sot_blocked: count of suitability-blocked SoT calls.
  • sot_phase_latency_ms_total: cumulative SoT phase latency by phase/tool.
  • sot_parallelism_requested_latest: latest requested SoT parallelism.

The same operations also record OpenTelemetry instruments through the global meter. Exporter and collector setup remain host-process responsibilities.