get-slo-history
Retrieve historical SLO data including SLI values, thresholds, and error budget consumption over a specified time range to analyze past performance and trends.
Instructions
Get historical SLO data over a time range. Use after get-slo to see 'SLO performance last 30 days', 'error budget consumption over time', or 'SLI trend for checkout service'. Returns SLI values, thresholds, and time range data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sloId | Yes | The SLO ID | |
| fromTs | Yes | Start time as Unix epoch seconds | |
| toTs | Yes | End time as Unix epoch seconds | |
| target | No | SLO target percentage for calculations |