Interface JobTimeSeriesStatisticsRequest

All Superinterfaces:
FinalCommandStep<JobTimeSeriesStatistics>, TypedPageableRequest<CursorForwardPage,JobTimeSeriesStatisticsRequest>
All Known Implementing Classes:
JobTimeSeriesStatisticsRequestImpl

Request to query time-bucketed job metrics for a specific job type. Supports an optional resolution and pagination.
  • Method Details

    • resolution

      JobTimeSeriesStatisticsRequest resolution(Duration resolution)
      Sets the time bucket resolution. If not set the server will auto-compute a sensible default.
      Parameters:
      resolution - the desired bucket size (e.g. Duration.ofMinutes(1))
      Returns:
      this request builder