Task · TSO-0069

Promote the OTLP-outage diagnostics summary interval to config

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

Definition of Done

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.

View the source file on GitHub