min()
The min() function returns the smallest number or earliest date from a set of values. This function can be used in a metric expression to return a time-series array or can be used in any other expression to return a single value. Syntax min(value1, value2, [value3]…) Argument Description value1 (required) The first…