Skip to content
Business Medium #sla#service-level

SLA Cascade

External SLA decomposed into internal sub-SLAs. Each link must hold.

A free, animated sla cascade you can read here or embed on any website, from Scrollchart.

SLA Cascade

SLA CascadeCustomer SLA decomposes into department and team budgets. Every link must hold.CUSTOMERDEPARTMENTTEAM4.4 + 2.6 + 1.7 = 8.7 hrs allocated

A customer SLA at the top decomposed into department-level SLAs and then team-level SLAs, with budget arithmetic at each layer.

Good for

  • SRE and platform engineering articles on translating customer SLAs into team-level error budgets
  • IT governance explainers showing how dependency chains amplify availability risk
  • Operations management content on building accountability into service level agreements

Source & accuracy

This sla cascade is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

Decomposing external commitments into internal targets

An external SLA is a contractual commitment to customers: we will respond to support tickets within 4 hours, or our uptime will be 99.9 percent. To keep that promise, the organization must chain a series of internal SLAs that back it up. Response time of 4 hours might require the support team to triage in 1 hour, engineering to confirm a bug in 2 hours, product to approve a fix in 30 minutes, and deployment to ship in 30 minutes. Each internal SLA must hold, or the external SLA breaks.

The cascade is a tree, not a simple chain. Uptime depends on multiple systems staying up: database availability, load balancer availability, application server availability. Each system's uptime SLA is a component of the total. If the database has 99.95 percent uptime and the load balancer has 99.98 percent uptime, the combined system is lower than either: roughly 99.93 percent. The math gets worse with more components.

Where cascades break and accountability gets murky

In practice, the cascade breaks when internal SLAs are either too aggressive or too loose. Too aggressive and they are always missed, creating a culture where SLAs are fiction. Too loose and the external SLA is unachievable even with perfect execution of the internals. The second failure mode is common: the organization promises 99.99 percent uptime but only has 99 percent SLAs on the components that feed it, a mathematical impossibility.

The other failure point is accountability. When the database team misses their SLA and the external SLA is missed, who is responsible? If accountability is not clear, blame spirals. A proper SLA cascade assigns accountability at each level: the database team owns their 99.95 percent, the application team owns 99.96 percent, the support team owns response time, and leadership reconciles misses against the contract. This clarity is what makes SLAs a tool for improvement instead of theater.

Embed this diagram

Add this animated sla cascade to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated sla cascade for any website.
Who uses it
Business writers.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="sla-cascade" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "SLA Cascade" for my website?
Scrollchart provides "SLA Cascade" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I add a sla cascade to a finance or business article?
Copy the embed snippet from the Scrollchart page for this diagram and paste it anywhere in your article HTML. It is compatible with WordPress, Webflow, Ghost, Substack, and static HTML pages. No account or API key is needed.