jaeger_forecast_capacity
Forecast future throughput demands and resource requirements for a service to enable infrastructure scaling decisions. Provides predictions for the next 7-30 days with confidence intervals.
Instructions
Forecast future throughput demands and resource requirements for a service.
Provides predictions for the next 7-30 days with confidence intervals to enable infrastructure scaling decisions.
Args: service: Service name to forecast capacity for days_ahead: Number of days to forecast ahead (default: 30 days)
Returns: ForecastResult with throughput predictions and resource requirements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name to forecast capacity for | |
| days_ahead | No | Number of days to forecast ahead (1-90) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service | |
| forecast_period_end | Yes | End of forecast period | |
| predicted_throughput | Yes | Predicted throughput (requests per time unit) | |
| forecast_period_start | Yes | Start of forecast period | |
| resource_requirements | No | Resource requirements | |
| confidence_interval_low | Yes | Lower bound of confidence interval | |
| confidence_interval_high | Yes | Upper bound of confidence interval |