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

    Interface ObservabilityBridgeConfig

    interface ObservabilityBridgeConfig {
        agentId: string;
        maxTraceBuffer?: number;
        persistTraces?: boolean;
        pollIntervalMs?: number;
        providers: ProviderConfig[];
        workspace: string;
    }
    Index
    agentId: string
    maxTraceBuffer?: number
    persistTraces?: boolean
    pollIntervalMs?: number
    providers: ProviderConfig[]
    workspace: string