get_operation_stats
Retrieve latency percentiles and error rates for a service or operation to analyze performance. Filter by time range or specific operation for targeted diagnostics.
Instructions
Get performance statistics for a service or operation.
Args: service_name: Service name (required for Jaeger) operation_name: Filter by specific operation start_time: Start time in ISO 8601 format end_time: End time in ISO 8601 format
Returns: JSON string with latency percentiles and error rates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | ||
| start_time | No | ||
| service_name | Yes | ||
| operation_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |