-
Type:
Change Request
-
Resolution: Incomplete
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
For a better calculation of dynamic thresholds and seasonal patterns, it would be useful if the baseline()* trend functions had a possibility to determine what the moving average should be calculated from.
For example, it would be helpful to have the option of using min or max for the calculation. Then you can, for example, make very good forecasts about the range in which a metric has been in the last few days, weeks or months.
baselinewma(//vfs.fs.size[{#FSNAME},used], 1h:now/h+1h, "d", 10, "max")
baselinewma(//vfs.fs.size[{#FSNAME},used], 1h:now/h+1h, "d", 10, "min")