Skip to main content

partCounts_args

A set of arguments passed to the function.

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

Fields

partCounts_args.machineRef ● Int scalar

A unique, numeric identifier for the machine.

partCounts_args.metricKey ● String scalar

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

partCounts_args.windowEndAt ● timestamptz scalar

The end of a time window.

partCounts_args.windowStartAt ● timestamptz scalar

The start of a time window.

Member Of

partCounts query