Interface JobTimeSeriesStatisticsRequest
- All Superinterfaces:
FinalCommandStep<JobTimeSeriesStatistics>,TypedPageableRequest<CursorForwardPage,JobTimeSeriesStatisticsRequest>
- All Known Implementing Classes:
JobTimeSeriesStatisticsRequestImpl
public interface JobTimeSeriesStatisticsRequest
extends FinalCommandStep<JobTimeSeriesStatistics>, TypedPageableRequest<CursorForwardPage,JobTimeSeriesStatisticsRequest>
Request to query time-bucketed job metrics for a specific job type. Supports an optional
resolution and pagination.
-
Method Summary
Modifier and TypeMethodDescriptionresolution(Duration resolution) Sets the time bucket resolution.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, sendMethods inherited from interface io.camunda.client.api.search.request.TypedPageableRequest
page, page
-
Method Details
-
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
-