@conciergus/chat - v0.3.1
    Preparing search index...

    Interface TelemetryConfig

    Telemetry and observability configuration

    interface TelemetryConfig {
        enabled?: boolean;
        endpoint?: string;
        includeTokenUsage?: boolean;
        includePerformanceMetrics?: boolean;
        includeErrorTracking?: boolean;
        headers?: Record<string, string>;
        samplingRate?: number;
    }
    Index

    Properties

    enabled?: boolean

    Enable telemetry collection

    endpoint?: string

    Telemetry endpoint

    includeTokenUsage?: boolean

    Include token usage in telemetry

    includePerformanceMetrics?: boolean

    Include performance metrics

    includeErrorTracking?: boolean

    Include error tracking

    headers?: Record<string, string>

    Custom telemetry headers

    samplingRate?: number

    Sampling rate (0-1)