OptionalExemptWhen true, this view is exempt from the telemetry optimization/redundancy analyzers — it will
not produce, nor count toward, Duplicate RunView / Entity Already in Engine /
Sequential Queries / Multiple Calls warnings. Use for queries that are intentionally
separate or that deliberately read fresh/volatile state instead of a cached engine copy.
Timing/stat telemetry is still recorded.
OptionalReasonOptional human-readable justification for the exemption. Recorded with the telemetry event and emitted in verbose telemetry logging so the intent is auditable (e.g. why a cache was bypassed).
Telemetry controls attached to a RunViewParams. See RunViewParams.Telemetry.