Skip to main content
Version: 8.10 (unreleased)

Type Alias: JobTimeSeriesStatisticsItem

type JobTimeSeriesStatisticsItem = object;

Aggregated job metrics for a single time bucket.

Properties

completed

completed: StatusMetric;

created

created: StatusMetric;

failed

failed: StatusMetric;

time

time: string;

ISO 8601 timestamp representing the start of this time bucket.