Member Junction
    Preparing search index...

    Interface RunViewTelemetryOptions

    Telemetry controls attached to a RunViewParams. See RunViewParams.Telemetry.

    interface RunViewTelemetryOptions {
        Exempt?: boolean;
        Reason?: string;
    }
    Index

    Properties

    Properties

    Exempt?: boolean

    When 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.

    Reason?: string

    Optional 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).