Skip to content

agent-plugin-execution-analytics / Exports

agent-plugin-execution-analytics

Table of contents

Classes

Interfaces

Functions

Functions

aggregateExecutionStats

aggregateExecutionStats(stats, timeRange?): IAggregatedExecutionStats

Compute aggregated analytics across recorded executions.

Parameters

NameType
statsIExecutionStats[]
timeRange?Object
timeRange.startDate
timeRange.endDate

Returns

IAggregatedExecutionStats

Defined in

agent-plugin-execution-analytics/src/analytics-aggregation.ts:10

Released under the MIT License.