You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Get actual and expected burned budget evolution for an SLO over a standard time range. Values use a 0-100 normalized remaining-budget scale over the selected period, where 100 means the full budget is still available and 0 means the budget is exhausted. Returns current real and expected values plus compressed real and perfect series. Each comma-separated series entry advances by one step from start_ts, and x means the real value is missing at that step.",
SLOIDstring`json:"slo_id" jsonschema:"required,The SLO ID to retrieve"`
35
35
RangeTypestring`json:"range_type,omitempty" jsonschema:"Optional range type: monthly, weekly, quarterly, yearly"`
36
36
}
37
37
38
-
typeGetBurnedBudgetRangeToolOutputstruct {
38
+
typeGetSLOBurnedBudgetRangeToolOutputstruct {
39
39
CurrentBurnedValuePercentfloat64`json:"current_burned_value_percent" jsonschema:"the current real remaining budget percentage on a 0-100 scale for the selected period"`
40
40
CurrentExpectedBurnedValuePercentfloat64`json:"current_expected_burned_value_percent" jsonschema:"the current expected remaining budget percentage on a 0-100 scale for the selected period"`
41
41
StartTSstring`json:"start_ts" jsonschema:"the RFC3339 timestamp of the first point in both series"`
@@ -44,24 +44,24 @@ type GetBurnedBudgetRangeToolOutput struct {
44
44
PerfectSeriesstring`json:"perfect_series" jsonschema:"comma-separated expected remaining budget values from start_ts advancing by step"`
0 commit comments