dd-trace
    Preparing search index...

    Interface google_cloud_vertexai

    This plugin automatically instruments the @google-cloud/vertexai module.

    interface google_cloud_vertexai {
        enabled?: boolean;
        llmobs?: boolean;
        service?: any;
    }
    Index
    enabled?: boolean

    Whether to enable the plugin.

    true
    
    llmobs?: boolean

    Whether to capture LLM Observability spans for this integration. When set to false, the integration keeps emitting APM spans and propagating trace context, but no LLM Observability spans are produced. Useful when another integration already captures the same operation and the payloads would otherwise be stored twice.

    true
    
    service?: any

    The service name to be used for this plugin.