Skip to main content

aggregatedQuantities_args

A set of arguments passed to the function.

input aggregatedQuantities_args {
bucketResolution: Int
bucketWidth: interval
machineRef: Int
metricKey: String
windowEndAt: timestamptz
windowStartAt: timestamptz
windowWidth: interval
}

Fields

aggregatedQuantities_args.bucketResolution ● Int scalar

aggregatedQuantities_args.bucketWidth ● interval scalar

aggregatedQuantities_args.machineRef ● Int scalar

A unique, numeric identifier for the machine.

aggregatedQuantities_args.metricKey ● String scalar

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

aggregatedQuantities_args.windowEndAt ● timestamptz scalar

The end of a time window.

aggregatedQuantities_args.windowStartAt ● timestamptz scalar

The start of a time window.

aggregatedQuantities_args.windowWidth ● interval scalar

The with of a time window. Valid values are for example 1h, 5m.

Member Of

aggregatedQuantities query