jaeger_predict_degradation
Analyzes historical trace data to forecast service degradation 2-24 hours ahead, providing confidence levels and recommendations.
Instructions
Predict potential performance degradation events for a service.
Analyzes historical trace data patterns, critical path trends, and anomaly detection results to forecast likely performance issues 2-24 hours in advance.
Args: service: Service name to analyze for potential degradation hours_back: Number of hours of historical data to analyze (default: 168 hours/1 week)
Returns: PredictionResult with degradation forecast, confidence level, and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name to analyze for potential degradation | |
| hours_back | No | Number of hours of historical data to analyze (1-720) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service | |
| recommendations | No | Recommended actions | |
| confidence_level | Yes | Confidence level (0.0 to 1.0) | |
| contributing_factors | No | Factors contributing to prediction | |
| predicted_degradation_time | Yes | Predicted time of degradation |