dd-trace
    Preparing search index...

    Interface LLMObsEnableOptions

    Options for enabling LLM Observability tracing.

    interface LLMObsEnableOptions {
        agentlessEnabled?: boolean;
        mlApp?: string;
    }
    Index

    Properties

    agentlessEnabled?: boolean

    Set to true to disable sending data that requires a Datadog Agent.

    mlApp?: string

    The name of your ML application.