PartCountRT
No description
type PartCountRT {
eventTime: timestamptz
machine: MachineTP
machineRef: Int
metricKey: String
sequence: Int
value: Int
}
Fields
PartCountRT.eventTime ● timestamptz scalar
PartCountRT.machine ● MachineTP object
The machine the event originates from.
PartCountRT.machineRef ● Int scalar
A unique, numeric identifier for the machine.
PartCountRT.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
PartCountRT.sequence ● Int scalar
An integer value that determines the order of events with the same eventTime and metric.
PartCountRT.value ● Int scalar
The value observed at the eventTime.
Returned By
PartCountRT query ● partCounts query