executionsCompiled

Cumulative count of task executions this node ran on a compiled variant after tiering up. Goes from 0 to ≥1 the first time a target-matching variant gossips in. The durable tiered-compilation signal — the same counter measures real tiering once D4 lands a real compiler. A GCounter snapshot; forward via recordWarp into a SUM series.

executionsInterpreted + executionsCompiled is a subset of executions: it counts only successful bobbin-backed executions (lazy-fetch present, target != null) and excludes terminal-error executions and symbolic-registry / target == null runs — so a dashboard must not assume interpreted + compiled == executed.