Skip to main content

stateIntervals_args

A set of arguments passed to the function.

input stateIntervals_args {
machineRef: Int
metricKey: String
windowEndAt: timestamptz
windowStartAt: timestamptz
}

Fields

stateIntervals_args.machineRef ● Int scalar

A unique, numeric identifier for the machine.

stateIntervals_args.metricKey ● String scalar

Each metric is globally identified by the combination of machineRef and metricKey.

stateIntervals_args.windowEndAt ● timestamptz scalar

The end of a time window.

stateIntervals_args.windowStartAt ● timestamptz scalar

The start of a time window.

Member Of

stateIntervals query