AggregatedPartCountRT
No description
type AggregatedPartCountRT {
avgValue: float8!
bucketEndAt: timestamptz!
bucketStartAt: timestamptz!
bucketWidth: interval!
eventCount: Int!
firstBucketEventTime: timestamptz!
firstValue: Int
lastBucketEventTime: timestamptz!
lastValue: Int
machine: MachineTP
machineRef: Int!
maxValue: Int
metricKey: String!
minValue: Int
sumOfValues: Int!
}
Fields
AggregatedPartCountRT.avgValue ● float8! non-null scalar
AggregatedPartCountRT.bucketEndAt ● timestamptz! non-null scalar
AggregatedPartCountRT.bucketStartAt ● timestamptz! non-null scalar
AggregatedPartCountRT.bucketWidth ● interval! non-null scalar
AggregatedPartCountRT.eventCount ● Int! non-null scalar
AggregatedPartCountRT.firstBucketEventTime ● timestamptz! non-null scalar
AggregatedPartCountRT.firstValue ● Int scalar
AggregatedPartCountRT.lastBucketEventTime ● timestamptz! non-null scalar
AggregatedPartCountRT.lastValue ● Int scalar
AggregatedPartCountRT.machine ● MachineTP object
The machine the event originates from.
AggregatedPartCountRT.machineRef ● Int! non-null scalar
A unique, numeric identifier for the machine.
AggregatedPartCountRT.maxValue ● Int scalar
AggregatedPartCountRT.metricKey ● String! non-null scalar
Each metric is globally identified by the combination of machineRef and metricKey.
AggregatedPartCountRT.minValue ● Int scalar
AggregatedPartCountRT.sumOfValues ● Int! non-null scalar
Returned By
AggregatedPartCountRT query ● aggregatedPartCounts query