You're viewing a demo portfolio

Join the waitlist
PRSM

slo-burn-rate-calculator

Active

Tool 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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Utility Matrix

1/7 registries
View full server →