The SLA Management page is the primary dashboard for service-level agreement observability. It displays summary statistics and a recent-instances list, with quick navigation to definitions and all instances. It is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/sla.
Overview
The SLA Management dashboard presents four stat cards — Active SLAs, At Risk, Breached, and Compliance Rate — alongside a list of up to ten recent instances. Navigation buttons in the header link directly to the Definitions and All Instances sub-pages.Who it’s for
Requirespf.sla.view (route guard and PermissionGate in component).
Before you start
- At least one SLA definition should exist for the dashboard to surface meaningful data.
- Users need
pf.sla.viewto access this page.
Steps
- Navigate to Settings → SLA (
/settings/sla). - Review the four summary stat cards for a high-level compliance overview.
- Scroll down to see Recent SLA Instances (up to 10 most recent).
- Use the Definitions button to manage SLA templates, or All Instances to see the full list.
Key concepts
Compliance Rate — percentage of SLA instances that completed without breaching, as calculated byuseSLADashboard.
At Risk — instances approaching their deadline but not yet breached.
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/sla/pages/SLADashboardPage.tsx
- src/platform/sla/hooks/useSLADashboard.ts