Skip to content

agents / Exports / AggregatedExecutionStats

Interface: AggregatedExecutionStats

Aggregated execution statistics

Table of contents

Properties

Properties

totalExecutions

totalExecutions: number

Defined in

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


successfulExecutions

successfulExecutions: number

Defined in

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


failedExecutions

failedExecutions: number

Defined in

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


successRate

successRate: number

Defined in

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


averageDuration

averageDuration: number

Defined in

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


totalDuration

totalDuration: number

Defined in

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


operationStats

operationStats: Record<string, { count: number ; successCount: number ; failureCount: number ; averageDuration: number ; totalDuration: number }>

Defined in

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


errorStats

errorStats: Record<string, number>

Defined in

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


timeRange

timeRange: Object

Type declaration

NameType
startDate
endDate

Defined in

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

Released under the MIT License.