Skip to main content

QuantityRT

No description

type QuantityRT {
eventTime: timestamptz
machine: MachineTP
machineRef: Int
metricKey: String
sequence: Int
value: float8
}

Fields

QuantityRT.eventTime ● timestamptz scalar

QuantityRT.machine ● MachineTP object

The machine the event originates from.

QuantityRT.machineRef ● Int scalar

A unique, numeric identifier for the machine.

QuantityRT.metricKey ● String scalar

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

QuantityRT.sequence ● Int scalar

An integer value that determines the order of events with the same eventTime and metric.

QuantityRT.value ● float8 scalar

The value observed at the eventTime.

Returned By

quantities query ● QuantityRT query