agents / Exports / ExecutionAnalyticsOptions
Interface: ExecutionAnalyticsOptions
Plugin options
Hierarchy
↳
ExecutionAnalyticsOptions
Table of contents
Properties
- enabled
- category
- priority
- moduleEvents
- subscribeToAllModuleEvents
- maxEntries
- trackErrors
- performanceThreshold
- enableWarnings
Properties
enabled
• Optional
enabled: boolean
Whether the plugin is enabled
Inherited from
Defined in
packages/agents/src/abstracts/base-plugin.ts:125
category
• Optional
category: PluginCategory
Plugin category for classification
Inherited from
Defined in
packages/agents/src/abstracts/base-plugin.ts:127
priority
• Optional
priority: number
Plugin priority for execution order
Inherited from
Defined in
packages/agents/src/abstracts/base-plugin.ts:129
moduleEvents
• Optional
moduleEvents: EventType
[]
Events to subscribe to from modules
Inherited from
BasePluginOptions.moduleEvents
Defined in
packages/agents/src/abstracts/base-plugin.ts:131
subscribeToAllModuleEvents
• Optional
subscribeToAllModuleEvents: boolean
Whether to subscribe to all module events
Inherited from
BasePluginOptions.subscribeToAllModuleEvents
Defined in
packages/agents/src/abstracts/base-plugin.ts:133
maxEntries
• Optional
maxEntries: number
Maximum number of entries to keep in memory
Defined in
packages/agents/src/plugins/execution/types.ts:71
trackErrors
• Optional
trackErrors: boolean
Whether to track error details
Defined in
packages/agents/src/plugins/execution/types.ts:73
performanceThreshold
• Optional
performanceThreshold: number
Performance threshold in milliseconds for warnings
Defined in
packages/agents/src/plugins/execution/types.ts:75
enableWarnings
• Optional
enableWarnings: boolean
Enable performance warnings