-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023)
-
0.5
The following aggregation functions must support last_foreach() parameter:
- kurtosis
- mad
- skewness
- stddevpop
- stddevsamp
- sumofsquares
- varpop
- varsamp
For example mad(last_foreach(//key[*]))
It's supported by server and also documented at https://www.zabbix.com/documentation/current/en/manual/appendix/functions/aggregate:
Aggregate functions can work with either:
- history of items, for example, min(/host/key,1h)
- foreach functions as the only parameter, for example, min(last_foreach(/*/key))