gatelineAPI reference
interface Metrics {
    decisions: GateDecisionRecord[];
    perGate: GateMetrics[];
    roundCap: number;
    runs: RunMetricsSummary[];
}

Properties

decisions: GateDecisionRecord[]
perGate: GateMetrics[]
roundCap: number

The review-round cap the rounds counts are read against (record ROUND_CAP).