aggregatedPartCounts_args
A set of arguments passed to the function.
input aggregatedPartCounts_args {
bucketResolution: Int
bucketWidth: interval
machineRef: Int
metricKey: String
windowEndAt: timestamptz
windowStartAt: timestamptz
windowWidth: interval
}
Fields
aggregatedPartCounts_args.bucketResolution ● Int scalar
aggregatedPartCounts_args.bucketWidth ● interval scalar
aggregatedPartCounts_args.machineRef ● Int scalar
A unique, numeric identifier for the machine.
aggregatedPartCounts_args.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
aggregatedPartCounts_args.windowEndAt ● timestamptz scalar
The end of a time window.
aggregatedPartCounts_args.windowStartAt ● timestamptz scalar
The start of a time window.
aggregatedPartCounts_args.windowWidth ● interval scalar
The with of a time window. Valid values are for example 1h, 5m.
Member Of
aggregatedPartCounts query