Data Quality Service · View 18 of 20 · Operations
The row most platforms lack
- Absence checks are the only class of signal that catches a silent pass: no work enqueued, no verdict in two cadences, an unknown-state count that is climbing, a dataset with zero assertions (ADR-05, ADR-09).
- MTTD by assertion type and false-positive rate per assertion are measured about the practice itself, not the software. They are the two numbers that say whether the platform is enforced or decorative (ADR-12).
- Override grants are logged as security events, not as application logs, because that is the trail an auditor follows (ADR-14).
Numbers
- Alert thresholds: state index stale > 60 s, Tier 1 freshness breach within one cadence + 60 s, quarantine over the 2% ceiling. Stated assumptions.
- MTTD ≤ 4 h p90 for Tier 1 correctness defects; ≤ 24 h p90 for the silent-corruption class.
Risks
- 'No gate reads from a consumer' is the check that catches the worst operational failure in this design: a consumer that quietly stopped asking. Without it, an advisory gate decays into no gate at all (ADR-03).