Beta Functions

Beta functions are available by editing the query JSON directly.

Rolling average

FunctionDescriptionExample
rollingavg_5()Compute the rolling average over a span of 5.rollingavg_5(system.load.1{*})
rollingavg_13()Compute the rolling average over a span of 13.rollingavg_13(system.load.1{*})
rollingavg_21()Compute the rolling average over a span of 21.rollingavg_21(system.load.1{*})
rollingavg_29()Compute the rolling average over a span of 29.rollingavg_29(system.load.1{*})

Other functions