slo-burn-rate-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
Use this when a user asks how fast they are burning their error budget, or whether their current error rate will exhaust their SLO window. Takes error count and total requests over a period, returns burn rate multiple and time-to-exhaustion signal.
Parameters schema
{
"type": "object",
"required": [
"errors",
"total",
"slo"
],
"properties": {
"slo": {
"type": "number",
"maximum": 99.9999,
"minimum": 0
},
"total": {
"type": "number",
"minimum": 1
},
"errors": {
"type": "number",
"minimum": 0
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Utility Matrix
1/7 registries