Skip to main content
Version: 8.9

Type Alias: JobTimeSeriesStatisticsFilter

type JobTimeSeriesStatisticsFilter = object;

Job time-series 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 time-series metrics for.


resolution?

optional resolution?: string;

Time bucket resolution as an ISO 8601 duration (for example PT1M for 1 minute, PT1H for 1 hour). If omitted, the server chooses a sensible default.


to

to: string;

End of the time window to filter metrics. ISO 8601 date-time format.