Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface CanaryConfig

    interface CanaryConfig {
        autoPromote: boolean;
        candidatePolicySha256: string;
        durationMs: number;
        enabled: boolean;
        enforcePercentage: number;
        failureThresholdRatio: number;
        logOnlyPercentage: number;
        stablePolicySha256: string;
        startedTs: number;
    }
    Index
    autoPromote: boolean

    Auto-promote if no failures detected during canary window

    candidatePolicySha256: string

    Which policy version is being canaried

    durationMs: number

    Duration before auto-promote or auto-rollback (ms)

    enabled: boolean

    Whether canary is active

    enforcePercentage: number

    Percentage of requests to enforce (0-100)

    failureThresholdRatio: number

    Failure threshold: rollback if failure ratio exceeds this

    logOnlyPercentage: number

    Log-only for the remaining percentage

    stablePolicySha256: string

    The stable policy to fall back to

    startedTs: number

    Start time of canary