Expand description
Telemetry and observability attributes.
Structured attributes attached to API calls and tool executions for performance monitoring and debugging. These are local-only (no data is sent externally) and can be consumed by logging, tracing, or exported via OpenTelemetry.
Modules§
- attrs
- Common attribute keys.
Structs§
- Telemetry
Span - Structured attributes for a single API call or tool execution.
Functions§
- api_
call_ span - Build telemetry attributes for an API call.
- record_
usage - Record usage into a span.
- tool_
span - Build telemetry attributes for a tool execution.