nexus-agents - v2.80.0
    Preparing search index...

    Interface PipelineMetrics

    Metrics from V2 pipeline execution.

    interface PipelineMetrics {
        compiled: boolean;
        executed: boolean;
        stepsExecuted: number;
        durationMs: number;
        policyBlocked?: boolean;
        policyViolations?: readonly string[];
    }
    Index

    Properties

    compiled: boolean
    executed: boolean
    stepsExecuted: number
    durationMs: number
    policyBlocked?: boolean
    policyViolations?: readonly string[]