get_slow_traces
Identify the slowest traces for a specific service to diagnose performance bottlenecks. Filter by operation and duration threshold to target problematic requests.
Instructions
Find slowest traces for a service.
Args: service_name: Service name (required for Jaeger) operation_name: Filter by operation name min_duration_ms: Minimum duration threshold (default: 1000ms) limit: Maximum traces to return (default: 10)
Returns: JSON string with slowest traces sorted by duration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| service_name | Yes | ||
| operation_name | No | ||
| min_duration_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |