Skip to main content

positions_args

A set of arguments passed to the function.

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

Fields

positions_args.machineRef ● Int scalar

A unique, numeric identifier for the machine.

positions_args.metricKey ● String scalar

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

positions_args.windowEndAt ● timestamptz scalar

The end of a time window.

positions_args.windowStartAt ● timestamptz scalar

The start of a time window.

Member Of

positions query