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

    Interface IngestionConfig

    interface IngestionConfig {
        autoGenerateTestcases: boolean;
        flagThreshold: number;
        maxBufferSize: number;
        metricGroupId: string;
        scoreErrors: boolean;
    }
    Index
    autoGenerateTestcases: boolean

    Whether to auto-generate testcases from flagged traces

    flagThreshold: number

    Score threshold below which traces are flagged

    maxBufferSize: number

    Max traces to buffer before dropping

    metricGroupId: string

    Metric group to evaluate against

    scoreErrors: boolean

    Whether to score error traces