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.

    DD_LLMOBS_AGENTLESS_ENABLED Programmatic configuration takes precedence over the environment variables listed above.

    mlApp?: string

    The name of your ML application.

    DD_LLMOBS_ML_APP Programmatic configuration takes precedence over the environment variables listed above.