ZorovalDocs

Docs / The method / Monitoring

Monitoring

Monitoring is where a failure mode stops being a label on some traces you read once and becomes a number measured every day against traces nobody read.

What monitoring does

When you monitor an error, Zoroval scores new traces against it every day and records a verdict per trace. Those verdicts produce the rate on the dashboard, the rows in the logs, and the sections of the report.

Monitoring is the only part of Zoroval that runs continuously and the only part with a recurring cost, which is why it is opt-in per code and capped.

Setting it up

An error reaches Monitoring setup two ways, and the screen shows them as two tabs.

Both end at the same object and are judged the same way. What differs is how the error got its name, and that each tab carries its own cap: filling one never takes a slot from the other.

  1. Give the error one real exampleWhichever way it arrived, an error needs one approved example from a real trace before it can be watched. That example is what the retrieval specification is designed against, and what gets replayed to check the specification before it goes live. A named error with no example is listed and says so rather than being hidden.
  2. Select the codes to watchPick the failure modes whose rate you expect to move when your team ships.
  3. Watch the first completed dayThe dashboard reads Awaiting first completed trace day until a full day of traces has been evaluated. Monitoring scores completed days, not partial ones, so a rate is never computed from half a day of traffic.
  4. Pause and swap as priorities changeA monitored code can be paused. Its history is preserved and its row stays visible marked No longer sampled, so old numbers stay readable without implying they are current.

What runs each day

For each monitored code and each sampled trace of a completed day, the judge returns a structured verdict: yes, no, or insufficient, with a confidence and the evidence behind it. The verdict is stored against the trace day, so rates are attributed to when the traffic happened rather than to when it was scored.

Limits, sampling and cost

Cost predictability is a design constraint, not a setting. Three rules hold on every plan:

A trial runs on a fixed daily allowance, so the ceiling is a flat number whatever your traffic. On a paid plan, sampling is a small percentage of your daily traces instead, so it tracks your volume rather than sitting at a number that stops meaning anything as you grow.

The cap on active codes and the sampling rate are set by your plan. We agree them with you before anything paid runs, so ask us for the figures that apply to you.

Choosing what to monitor

The cap is a real constraint, and treating it as one improves the taxonomy. Some heuristics:

When a code changes

Renaming or re-scoping a monitored code breaks its history

The rate before the change and the rate after it are measurements of two different things. When you change a code's boundary, treat it as a new series: consider pausing the old code so its history stays intact and readable, and monitoring the re-scoped one alongside it, rather than reading straight across the seam.

What to expect in the first weeks