Package version:

OpenTelemetry Instrumentations Configuration interface

interface InstrumentationOptions {
    azureSdk?: any;
    bunyan?: any;
    http?: any;
    mongoDb?: any;
    mySql?: any;
    postgreSql?: any;
    redis?: any;
    redis4?: any;
    winston?: any;
}

Properties

azureSdk?: any

Azure SDK Instrumentation Config

bunyan?: any

Bunyan Instrumentation Config

http?: any

HTTP Instrumentation Config

mongoDb?: any

MongoDB Instrumentation Config

mySql?: any

MySQL Instrumentation Config

postgreSql?: any

PostgreSql Instrumentation Config

redis?: any

Redis Instrumentation Config

redis4?: any

Redis4 Instrumentation Config

winston?: any

Winston Instrumentation Config