Description
The outage re-summary cadence is a hardcoded 5m with a comment saying “Not configurable (yet)” (internal/telemetry/delivery.go:141-144). Promote it to a validated config key with the current default.
Acceptance Criteria
- #1 The interval is a config key with default 5m and sane validation bounds
- #2 Schema/docs regenerated
Definition of Done
- #1 just check passes (the full gate; it is what CI enforces)
- #2 just gen leaves no diff (only if a generated artifact’s inputs changed)
- #3 just –fmt –check passes and every new recipe has a # doc comment and a [group(…)]
Implementation Plan
Root F1 freezes the delivery outage summary interval at the current 5m default with validation; lane H later wires it.
Lane H consumes the frozen outage_summary_interval key for exporter outage diagnostics and focused timing tests.
Final Summary
Promoted the OTLP outage diagnostic summary interval to validated config with the 5m default and regenerated the schema and documentation surfaces. Implementation SHA f35b6ab. Final integrated just check passed at 5b55617; exact-head CI run 33354208183 completed success.