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

    Interface ProviderConfig

    interface ProviderConfig {
        apiKey?: string;
        batchSize?: number;
        endpoint: string;
        headers?: Record<string, string>;
        pollIntervalMs?: number;
        projectId?: string;
        provider: ObservabilityProvider;
    }
    Index
    apiKey?: string
    batchSize?: number
    endpoint: string
    headers?: Record<string, string>
    pollIntervalMs?: number
    projectId?: string