Skip to main content

StateIntervalRT

No description

type StateIntervalRT {
endAt: timestamptz
machine: MachineTP
machineRef: Int
metricKey: String
startAt: timestamptz
value: String
}

Fields

StateIntervalRT.endAt ● timestamptz scalar

The end of an interval. Intervals are right-exclusive.

StateIntervalRT.machine ● MachineTP object

The machine the event originates from.

StateIntervalRT.machineRef ● Int scalar

A unique, numeric identifier for the machine.

StateIntervalRT.metricKey ● String scalar

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

StateIntervalRT.startAt ● timestamptz scalar

The start of an interval.

StateIntervalRT.value ● String scalar

The value observed at the eventTime.

Returned By

StateIntervalRT query ● stateIntervals query