Module holt_winters

Source
Expand description

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

Structsยง

HoltWinters
There are 3 variants of smoothing functions:

Functionsยง

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