agent-plugin-execution-analytics / Exports / IExecutionAnalyticsOptions
Interface: IExecutionAnalyticsOptions
Plugin options
Hierarchy
IPluginOptions↳
IExecutionAnalyticsOptions
Table of contents
Properties
- enabled
- category
- priority
- moduleEvents
- subscribeToAllModuleEvents
- maxEntries
- trackErrors
- performanceThreshold
- enableWarnings
Properties
enabled
• Optional enabled: boolean
Inherited from
IPluginOptions.enabled
Defined in
agent-core/dist/node/index.d.ts:971
category
• Optional category: PluginCategory
Inherited from
IPluginOptions.category
Defined in
agent-core/dist/node/index.d.ts:972
priority
• Optional priority: number
Inherited from
IPluginOptions.priority
Defined in
agent-core/dist/node/index.d.ts:973
moduleEvents
• Optional moduleEvents: TEventName[]
Inherited from
IPluginOptions.moduleEvents
Defined in
agent-core/dist/node/index.d.ts:974
subscribeToAllModuleEvents
• Optional subscribeToAllModuleEvents: boolean
Inherited from
IPluginOptions.subscribeToAllModuleEvents
Defined in
agent-core/dist/node/index.d.ts:975
maxEntries
• Optional maxEntries: number
Maximum number of entries to keep in memory
Defined in
agent-plugin-execution-analytics/src/types.ts:74
trackErrors
• Optional trackErrors: boolean
Whether to track error details
Defined in
agent-plugin-execution-analytics/src/types.ts:76
performanceThreshold
• Optional performanceThreshold: number
Performance threshold in milliseconds for warnings
Defined in
agent-plugin-execution-analytics/src/types.ts:78
enableWarnings
• Optional enableWarnings: boolean
Enable performance warnings