Back to Fastmcp

telemetry

docs/python-sdk/fastmcp-client-telemetry.mdx

3.2.4567 B
Original Source

fastmcp.client.telemetry

Client-side telemetry helpers.

Functions

client_span <sup><a href="https://github.com/PrefectHQ/fastmcp/blob/main/src/fastmcp/client/telemetry.py#L12" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

python
client_span(name: str, method: str, component_key: str, session_id: str | None = None, resource_uri: str | None = None) -> Generator[Span, None, None]

Create a CLIENT span with standard MCP attributes.

Automatically records any exception on the span and sets error status.