veto_sre_advisor
Calculate SLO error budget status and get prioritized reliability improvements. Input SLO target, window days, and downtime to assess error budget and projected exhaustion.
Instructions
Calculates SLO error budget status (remaining %, projected exhaustion) and returns ranked reliability improvements. Error budget math is deterministic; prioritization uses the local agent loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incidents | No | Optional — recent incidents. | |
| slo_target | Yes | SLO target % (e.g. 99.9). | |
| window_days | Yes | Measurement window in days (e.g. 30). | |
| service_name | No | Optional — name of the service. | |
| downtime_minutes | Yes | Total downtime minutes in the window. |