Arize Phoenix TS
    Preparing search index...
    type TelemetryConfig = {
        isEnabled?: boolean;
        tracer?: Tracer;
    }
    Index

    Properties

    Properties

    isEnabled?: boolean

    Whether OpenTelemetry is enabled on the call. Defaults to true for visibility into the evals calls.

    true
    
    tracer?: Tracer

    The tracer to use for the call. If not provided, the traces will get picked up by the global tracer.