@microsoft/opentelemetry
    Preparing search index...

    Interface InstrumentationOptions

    OpenTelemetry Instrumentations Configuration interface

    interface InstrumentationOptions {
        azureSdk?: InstrumentationConfig;
        bunyan?: InstrumentationConfig;
        http?: InstrumentationConfig;
        langchain?: LangChainInstrumentationConfig;
        mongoDb?: InstrumentationConfig;
        mySql?: InstrumentationConfig;
        openaiAgents?: OpenAIAgentsInstrumentationConfig;
        postgreSql?: InstrumentationConfig;
        redis?: InstrumentationConfig;
        redis4?: InstrumentationConfig;
        winston?: InstrumentationConfig;
    }
    Index

    Properties

    azureSdk?: InstrumentationConfig

    Azure SDK Instrumentation Config

    bunyan?: InstrumentationConfig

    Bunyan Instrumentation Config

    http?: InstrumentationConfig

    HTTP Instrumentation Config

    LangChain instrumentation. Uses InstrumentationConfig shape (enabled, etc.) plus LangChain-specific options. Requires @langchain/core as an optional peer dependency.

    mongoDb?: InstrumentationConfig

    MongoDB Instrumentation Config

    mySql?: InstrumentationConfig

    MySQL Instrumentation Config

    OpenAI Agents SDK instrumentation. Uses InstrumentationConfig shape (enabled, etc.) plus OpenAI-specific options. Requires @openai/agents as an optional peer dependency.

    postgreSql?: InstrumentationConfig

    PostgreSql Instrumentation Config

    redis?: InstrumentationConfig

    Redis Instrumentation Config

    redis4?: InstrumentationConfig

    Redis4 Instrumentation Config

    winston?: InstrumentationConfig

    Winston Instrumentation Config