Type Alias: JobWorkerStatisticsFilter
type JobWorkerStatisticsFilter = object;
Job worker statistics search filter.
Properties
from
from: string;
Start of the time window to filter metrics. ISO 8601 date-time format.
jobType
jobType: string;
Job type to return worker metrics for.
to
to: string;
End of the time window to filter metrics. ISO 8601 date-time format.