find_errors
Retrieve error traces from OpenTelemetry backends. Filter by service and time range to get detailed error messages and stack traces.
Instructions
Find traces with errors.
Including detailed error messages, stack traces, and LLM-specific error information.
Args: start_time: Start time in ISO 8601 format end_time: End time in ISO 8601 format service_name: Filter by service name limit: Maximum error traces to return (default: 100)
Returns: JSON string with error traces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_time | No | ||
| start_time | No | ||
| service_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |