Module double_exponential_smoothing

Module double_exponential_smoothing 

Source
Expand description

Implementation of double_exponential_smoothing in PromQL. Refer to the original implementation.

Structsยง

DoubleExponentialSmoothing
There are 3 variants of smoothing functions:
FactorIterator ๐Ÿ”’
FactorIterator iterates over a ColumnarValue that can be a scalar or an array.

Functionsยง

calc_trend_value ๐Ÿ”’
double_exponential_smoothing_impl ๐Ÿ”’
Refer to https://github.com/prometheus/prometheus/blob/main/promql/functions.go#L299