Skip to content

RecordRule🔗

Definition🔗

export interface RecordRule {
    // Which expression node should be used as the input for the recorded metric.
    from: string;
    // Name of the recorded metric.
    metric: string;
}

See also🔗