OpenAIAgentsInstrumentationConfig interface
Configuration for OpenAI Agents SDK instrumentation.
- Extends
-
InstrumentationConfig
Properties
| suppress |
When true, the gen_ai.input.messages attribute will be suppressed on InvokeAgent scope spans. |
| tracer |
Custom tracer name. |
| tracer |
Custom tracer version. |
Inherited Properties
| enabled | Whether to enable the plugin. |
Property Details
suppressInvokeAgentInput
When true, the gen_ai.input.messages attribute will be suppressed on InvokeAgent scope spans.
suppressInvokeAgentInput?: boolean
Property Value
boolean
tracerName
Custom tracer name.
tracerName?: string
Property Value
string
tracerVersion
Custom tracer version.
tracerVersion?: string
Property Value
string
Inherited Property Details
enabled
Whether to enable the plugin.
enabled?: boolean
Property Value
boolean
Inherited From InstrumentationConfig.enabled