The Custom Metrics screen manages custom health metrics 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.
Overview
The screen provides a tabbed view of custom metrics management. A metrics list shows all defined custom metrics with edit, delete, record-value, and export actions. SLA threshold management and a SLA violations list are also available. A compliance report export dialog (ComplianceReportExportDialog) provides export capability. Metrics can be created via CustomMetricForm and modified via SLAThresholdForm. The feature is gated by useCustomMetricsEnabled. Clicking a metric name navigates to the detail page at /settings/system-health/custom-metrics/:metricId.
Who it’s for
Required permission:platform.system_health.manage
Before you start
- You must hold the
platform.system_health.managepermission. - The custom metrics feature must be enabled (
useCustomMetricsEnabled).
Steps
Create a metric
Click the create action and complete
CustomMetricForm to define a new custom metric.Key concepts
- Custom metric — an organization-defined measurement tracked over time
- SLA thresholds — warning/critical bounds for automated violation detection
- Compliance report export — periodic export of metric and violation data
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/CustomMetricsPage.tsx