Alerts

Last updated on July 22, 2026

Alerts watch every Run you upload and tell you when a line degrades, without you defining a single threshold first. Detection is on from the moment your first runs land, and you tune it afterwards only if you want to.

Where alerts live

The Alerts page sits under Monitor in the sidebar.

ViewPathShows
Alerts/{org}/~/alertsEvery alert, grouped into Active and Resolved.
Alerts (scoped)/{org}/{procedure}/alertsThe same list, limited to one Procedure.
Alert Rules/{org}/~/alerts/configureYour rules, plus recently deleted ones.
Alert detail/{org}/~/alerts/{id}Summary, what fired it, chart, and activity.

The Alerts sidebar item carries a badge with the number of currently active alerts, colored by the most severe one open: red for critical, orange for warning, yellow for info. It counts what your rules make visible, refreshes about once a minute, and shows 99+ beyond a hundred.

The badge is a shared view of the organization, not a personal queue. Everyone with alert access sees the same count, and it drops when an alert is resolved — not when you read it.

Every alert type belongs to one of two families, and the family determines how severity and resolution behave.

FamilySeverity comes fromResolution
TrendsThe magnitude of the metric, recomputed every minute.Automatic, once the metric recovers.
EventsFixed at fire time.Stays active until you resolve it (reference samples excepted).

Yield drop and measurement drift are trends. Golden sample failed, failing sample passed, unit retest threshold, and run failed are events.

The default rule

A rule named Default Alert Rule already exists in every organization. It monitors every standard alert type with automatic detection, across all procedures, stations, and parts, and it follows the catalog as new types ship.

  • Alerts page: on. Every severity this rule fires appears there.
  • Email: off. You opt in explicitly, so a new organization is never flooded.
  • Recipients, once you turn email on: the organization owners.

You can change its severity floor, its scope, and its email setting. Its name, type list, and thresholds are fixed, and it cannot be deleted. Turning it off is the organization-wide off switch for automatic monitoring.

Run failed is opt-in and is deliberately not in the default rule. Add it with a custom rule only on lines where a single failure is genuinely an exception. See Alert types.

Who can see alerts

Alert access follows your role.

RoleAlertsRules
Owner, Admin, MemberView and resolveCreate, edit, delete, restore
ViewerView onlyView only
OperatorNo access. The Alerts item is hidden from the sidebar.No access
Station (API key)No accessNo access

What to do first

  1. Let runs accumulate. Automatic detection needs history before it grades anything, and it says so rather than guessing. See Warm-up.
  2. Open Alert Rules and set Email on the default rule to the severity you actually want interrupting you.
  3. Add custom rules only where the automatic behavior is wrong for a specific line.

How is this guide?

On this page