Dev Ops · n8n

Alert When You're Burning Your Error Budget Too Fast

SRE teams set error budgets but rarely watch the burn rate until it's spent. Track error budget consumption and alert when the burn rate threatens the SLO before the month ends.

difficulty Advancedsetup 35 minresult Error budget burn gets caught early, letting teams slow risky changes before the SLO is blown for the period.
  1. 1

    Track the Budget

    Log errors against your SLO's error budget for the period.

  2. 2

    Compute the Burn Rate

    Add a Code node measuring consumption pace against the remaining period.

  3. 3

    Alert on Fast Burn

    Add an IF node warning when the burn rate would exhaust the budget early.

  4. 4

    Advise the Response

    Recommend slowing risky deploys when the budget is at risk.

  5. 5

    Activate and Test

    Activate the workflow with a high-error test period. Confirm the burn alert fires.

Frequently asked questions

Why burn rate over raw errors?

Burn rate tells you if the pace is sustainable for the period — the actionable signal raw counts miss.

Multi-window alerting?

Combine fast-burn and slow-burn windows to catch both spikes and gradual erosion.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.