System response flow

System status and errors

Caller-owned HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.

Errors, availability, and recovery

HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.

Maintenance

Scheduled downtime identifies protected data, expected recovery, and an update route.

ViewportFull width
Rubytest/dummy/app/components/gallery/flows/system_status_page.rb
workspace_surface(size: :lg) do
  render_header
  render_status
  render_service_metrics if state == "degraded"
  render_context
end