Skip to content

agents / Exports / ExecutionAnalyticsPluginStats

Interface: ExecutionAnalyticsPluginStats

Execution analytics plugin statistics

Hierarchy

Table of contents

Properties

Properties

enabled

enabled: boolean

Inherited from

IPluginStats.enabled

Defined in

packages/agents/src/abstracts/abstract-plugin.ts:178


calls

calls: number

Inherited from

IPluginStats.calls

Defined in

packages/agents/src/abstracts/abstract-plugin.ts:179


errors

errors: number

Inherited from

IPluginStats.errors

Defined in

packages/agents/src/abstracts/abstract-plugin.ts:180


lastActivity

Optional lastActivity: Date

Inherited from

IPluginStats.lastActivity

Defined in

packages/agents/src/abstracts/abstract-plugin.ts:181


moduleEventsReceived

Optional moduleEventsReceived: number

Inherited from

IPluginStats.moduleEventsReceived

Defined in

packages/agents/src/abstracts/abstract-plugin.ts:182


totalRecorded

totalRecorded: number

Total number of executions recorded

Defined in

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


activeExecutions

activeExecutions: number

Number of active executions

Defined in

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


memoryUsage

memoryUsage: number

Memory usage in KB

Defined in

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


oldestRecord

Optional oldestRecord: Date

Oldest record timestamp

Defined in

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


newestRecord

Optional newestRecord: Date

Newest record timestamp

Defined in

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

Released under the MIT License.