Last updated
Was this helpful?
Last updated
Was this helpful?
The average value in the time window.
AVG(VALUE)
VALUE:
A numeric field ‌
The result type is a "number" which can be either integer or floating point.
Nulls are ignored by this function. If a row is empty or consists only of nulls, the result is NULL. e.g. time period 1628894760000, in the example contains a null.
Find the average cpuUsage in each DATE_TIME period: