InstrumentationOptions interface
OpenTelemetry Instrumentations Configuration interface
Properties
| azure |
Azure SDK Instrumentation Config |
| bunyan | Bunyan Instrumentation Config |
| http | HTTP Instrumentation Config |
| langchain | LangChain instrumentation.
Uses InstrumentationConfig shape ( |
| mongo |
MongoDB Instrumentation Config |
| my |
MySQL Instrumentation Config |
| openai |
OpenAI Agents SDK instrumentation.
Uses InstrumentationConfig shape ( |
| postgre |
PostgreSql Instrumentation Config |
| redis | Redis Instrumentation Config |
| redis4 | Redis4 Instrumentation Config |
| winston | Winston Instrumentation Config |
Property Details
azureSdk
Azure SDK Instrumentation Config
azureSdk?: InstrumentationConfig
Property Value
InstrumentationConfig
bunyan
Bunyan Instrumentation Config
bunyan?: InstrumentationConfig
Property Value
InstrumentationConfig
http
HTTP Instrumentation Config
http?: InstrumentationConfig
Property Value
InstrumentationConfig
langchain
LangChain instrumentation.
Uses InstrumentationConfig shape (enabled, etc.) plus LangChain-specific options.
Requires @langchain/core as an optional peer dependency.
langchain?: LangChainInstrumentationConfig
Property Value
mongoDb
MongoDB Instrumentation Config
mongoDb?: InstrumentationConfig
Property Value
InstrumentationConfig
mySql
MySQL Instrumentation Config
mySql?: InstrumentationConfig
Property Value
InstrumentationConfig
openaiAgents
OpenAI Agents SDK instrumentation.
Uses InstrumentationConfig shape (enabled, etc.) plus OpenAI-specific options.
Requires @openai/agents as an optional peer dependency.
openaiAgents?: OpenAIAgentsInstrumentationConfig
Property Value
postgreSql
PostgreSql Instrumentation Config
postgreSql?: InstrumentationConfig
Property Value
InstrumentationConfig
redis
Redis Instrumentation Config
redis?: InstrumentationConfig
Property Value
InstrumentationConfig
redis4
Redis4 Instrumentation Config
redis4?: InstrumentationConfig
Property Value
InstrumentationConfig
winston
Winston Instrumentation Config
winston?: InstrumentationConfig
Property Value
InstrumentationConfig