double_exponential_smoothing()
Use the double_exponential_smoothing() experimental function to smooth a time series
based on the importance you assign to older data and possible trends. See the
PromQL documentation.
holt_winters() (deprecated)
As of Prometheus 3.0, this function is named double_exponential_smoothing().
Although Observability Platform aliases holt_winters() to provide backward
compatibility, you should replace it with the new name to avoid issues when
Observability Platform removes the holt_winters() alias.