> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Automation Observability

> Real-time dashboard for monitoring automation execution volume, failure counts, SLA compliance, and process health.

The Automation Observability screen monitors platform automation health at the route `/settings/automation/observability`.

## Overview

The dashboard displays four metric cards: Executions (queued, running, completed/failed in 24h), Dead Letter Queue (currently unavailable, FW-47 pending), SLA Compliance (active, at-risk, breached), and Process Health (average score, healthy/warning/critical counts). A time-window selector (Last Hour to Last 30 Days) and a core filter (All Cores or a specific core code) adjust the four trend charts below: Execution Volume, Failure Count, Success Rate, and Avg Duration. Users with `platform.automation.observability.manage` can open the alert threshold configuration dialog.

## Who it's for

Required permission: `platform.automation.observability.view` (view); `platform.automation.observability.manage` (configure alerts)

## Before you start

* You must hold the `platform.automation.observability.view` permission.

## Steps

<Steps>
  <Step title="Open Automation Observability">Navigate to Settings → Automation → Observability.</Step>
  <Step title="Select time window">Choose a time window (Last Hour, Last 24 Hours, Last 7 Days, Last 30 Days) from the dropdown.</Step>
  <Step title="Filter by core">Optionally select a specific core (pf, fw, hr, etc.) to narrow the charts.</Step>
  <Step title="Review metric cards">Check execution counts, SLA compliance counts, and process health score.</Step>
  <Step title="Configure alert thresholds">If you have manage permission, click "Configure Alerts" to set thresholds for automated alerting.</Step>
</Steps>

## Key concepts

* Execution metrics: queued, running, completed (24h), failed (24h)
* SLA metrics: active, at-risk, breached (links to `/settings/sla`)
* Process health score: average across discovered business processes (links to `/settings/automation/processes`)
* Dead Letter Queue: not yet active (FW-47 pending)

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/cores/fw/pages/AutomationObservabilityPage.tsx
</Accordion>
