Skip to content

agent-plugin-execution-analytics / Exports / IExecutionAnalyticsPluginStats

Interface: IExecutionAnalyticsPluginStats

Execution analytics plugin statistics

Hierarchy

  • IPluginStats

    IExecutionAnalyticsPluginStats

Table of contents

Properties

Properties

enabled

enabled: boolean

Inherited from

IPluginStats.enabled

Defined in

agent-core/dist/node/index.d.ts:1004


calls

calls: number

Inherited from

IPluginStats.calls

Defined in

agent-core/dist/node/index.d.ts:1005


errors

errors: number

Inherited from

IPluginStats.errors

Defined in

agent-core/dist/node/index.d.ts:1006


lastActivity

Optional lastActivity: Date

Inherited from

IPluginStats.lastActivity

Defined in

agent-core/dist/node/index.d.ts:1007


moduleEventsReceived

Optional moduleEventsReceived: number

Inherited from

IPluginStats.moduleEventsReceived

Defined in

agent-core/dist/node/index.d.ts:1008


totalRecorded

totalRecorded: number

Total number of executions recorded

Defined in

agent-plugin-execution-analytics/src/types.ts:88


activeExecutions

activeExecutions: number

Number of active executions

Defined in

agent-plugin-execution-analytics/src/types.ts:90


memoryUsage

memoryUsage: number

Memory usage in KB

Defined in

agent-plugin-execution-analytics/src/types.ts:92


oldestRecord

Optional oldestRecord: Date

Oldest record timestamp

Defined in

agent-plugin-execution-analytics/src/types.ts:94


newestRecord

Optional newestRecord: Date

Newest record timestamp

Defined in

agent-plugin-execution-analytics/src/types.ts:96

Released under the MIT License.