search_traces
List recent traces with their root operation, duration, and participating services. Filter by time range or service to troubleshoot performance issues.
Instructions
List recent traces with their root operation, duration, and participating services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum traces to return | |
| filter | No | Filter, e.g. "service_name='api'" | |
| stream | No | Trace stream name | default |
| end_time | No | ISO timestamp. Defaults to now. | |
| start_time | Yes | ISO timestamp, or relative shorthand like '15m', '2h', '7d' |