The Custom Metric detail screen shows a single metric’s history and thresholds at the routeDocumentation 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/custom-metrics/:metricId.
Overview
The screen loads a single custom metric bymetricId from useCustomMetric, displaying its metadata, a MetricChart of recent values, and a SLAViolationsList. SLA thresholds are managed via useSLAThresholds with create/edit/delete actions. A RecordMetricValueDialog allows manually recording a new value for the metric. The useEntityBreadcrumb hook sets the breadcrumb to the metric name.
Who it’s for
Required permission:platform.system_health.manage
Before you start
- You must hold the
platform.system_health.managepermission. - Navigate from the Custom Metrics list at
/settings/system-health/custom-metrics.
Steps
Open Custom Metric
Navigate from Custom Metrics list or directly to
/settings/system-health/custom-metrics/:metricId.Key concepts
MetricChart— trend visualization of recorded metric values- SLA thresholds — warning/critical bounds for the metric
SLAViolationsList— historical list of threshold breaches
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
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/CustomMetricDetailPage.tsx