Historical Analysis is the system health page 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/system-health/history that displays 30-day trend charts and period-over-period comparisons for key platform performance metrics: Largest Contentful Paint (LCP), API response time, and API error rate.
Overview
The page fetches 30-day metric histories viauseHistoricalMetrics for LCP and API response time, and computes period comparisons (week, month, quarter) via usePeriodComparison for LCP, API response time, and API error rate. A performance report (weekly/monthly/quarterly) is generated via usePerformanceReport. Users can export metrics using ExportMetricsDialog and view peak usage via PeakUsageCard.
The parent system health route is /settings/system-health and requires platform.system_health.manage.
Who it’s for
Requires permissionplatform.system_health.manage.
Before you start
- You must hold
platform.system_health.managein your role. - Metrics are populated by the platform’s observability pipeline — if no data appears, confirm with an SME that the pipeline is active.
Steps
- Navigate to Settings → System Health → History (
/settings/system-health/history). - Review the 30-day trend charts for LCP and API response time.
- Select a comparison period (Week, Month, or Quarter) to see period-over-period deltas.
- Review
ComparisonCardpanels for each metric showing current vs. prior period values. - Use the Export button to open the metrics export dialog and download data.
- Review the Peak Usage card for high-traffic periods.
Key concepts
LCP (Largest Contentful Paint) — a Core Web Vital measuring perceived load speed. Tracked asweb_vital_lcp.
Period comparison — compares the current period’s metric average against the preceding equivalent period (week/month/quarter).
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/health/pages/HistoricalAnalysisPage.tsx
- src/platform/health/hooks/useHistoricalMetrics.ts