Skip to main content

Advanced Use Cases

Fetch spans of a specific traceId
Filter spans by model spanType using the tfy.span_type span attribute filter with value Model.
Filter spans based on custom metadata keys and values that were passed to Gateway requests using the X-TFY-METADATA header.
Filter spans that have MCP in the span name.
Fetch model spans by filtering with tfy.span_type span attribute filter with value Model, and then further filter by model name using the tfy.model.name span attribute filter.