List Traces
list_tracesRetrieve recent OpenTelemetry traces to monitor request performance, detect errors, and identify slow operations. Returns a table with duration, span count, and error count.
Instructions
List recent traces from the application. Use this to get an overview of recent requests, find errors, or identify slow operations. Returns a table of traces with their duration, span count, and error count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | Filter by service name | |
| has_errors | No | Only traces with errors | |
| min_duration_ms | No | Minimum duration in milliseconds | |
| since_minutes | No | Only traces from last N minutes (default: 30) | |
| since | No | ISO timestamp - only traces after this time (overrides since_minutes) | |
| limit | No | Max results (default: 20, max: 100) |