Skip to content

agents / Exports / ExecutionAnalyticsOptions

Interface: ExecutionAnalyticsOptions

Plugin options

Hierarchy

Table of contents

Properties

Properties

enabled

Optional enabled: boolean

Whether the plugin is enabled

Inherited from

BasePluginOptions.enabled

Defined in

packages/agents/src/abstracts/base-plugin.ts:125


category

Optional category: PluginCategory

Plugin category for classification

Inherited from

BasePluginOptions.category

Defined in

packages/agents/src/abstracts/base-plugin.ts:127


priority

Optional priority: number

Plugin priority for execution order

Inherited from

BasePluginOptions.priority

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

Defined in

packages/agents/src/plugins/execution/types.ts:77

Released under the MIT License.