Interface JobTimeSeriesStatisticsItem

All Known Implementing Classes:
JobTimeSeriesStatisticsItemImpl

public interface JobTimeSeriesStatisticsItem
Aggregated job metrics for a single time bucket.
  • Method Details

    • getTime

      OffsetDateTime getTime()
      Returns the start timestamp of this time bucket.
      Returns:
      the bucket start time
    • getCreated

      JobStatusMetric getCreated()
      Returns the metric for jobs in CREATED state.
      Returns:
      the created jobs metric
    • getCompleted

      JobStatusMetric getCompleted()
      Returns the metric for jobs in COMPLETED state.
      Returns:
      the completed jobs metric
    • getFailed

      JobStatusMetric getFailed()
      Returns the metric for jobs in FAILED state.
      Returns:
      the failed jobs metric