Skip to main content

AggregatedQuantityRT

No description

type AggregatedQuantityRT {
avgValue: float8!
bucketEndAt: timestamptz!
bucketStartAt: timestamptz!
bucketWidth: interval!
eventCount: Int!
firstBucketEventTime: timestamptz!
firstValue: float8
lastBucketEventTime: timestamptz!
lastValue: float8
machine: MachineTP
machineRef: Int!
maxValue: float8
metricKey: String!
minValue: float8
sumOfValues: float8!
}

Fields

AggregatedQuantityRT.avgValue ● float8! non-null scalar

AggregatedQuantityRT.bucketEndAt ● timestamptz! non-null scalar

AggregatedQuantityRT.bucketStartAt ● timestamptz! non-null scalar

AggregatedQuantityRT.bucketWidth ● interval! non-null scalar

AggregatedQuantityRT.eventCount ● Int! non-null scalar

AggregatedQuantityRT.firstBucketEventTime ● timestamptz! non-null scalar

AggregatedQuantityRT.firstValue ● float8 scalar

AggregatedQuantityRT.lastBucketEventTime ● timestamptz! non-null scalar

AggregatedQuantityRT.lastValue ● float8 scalar

AggregatedQuantityRT.machine ● MachineTP object

The machine the event originates from.

AggregatedQuantityRT.machineRef ● Int! non-null scalar

A unique, numeric identifier for the machine.

AggregatedQuantityRT.maxValue ● float8 scalar

AggregatedQuantityRT.metricKey ● String! non-null scalar

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

AggregatedQuantityRT.minValue ● float8 scalar

AggregatedQuantityRT.sumOfValues ● float8! non-null scalar

Returned By

aggregatedQuantities query ● AggregatedQuantityRT query