FunctionsTime Series
time_series_last_two_samples
Returns the last two observed time-series samples as a JSON array of [timestamp, value] pairs.
time_series_last_two_samples(…) → StringKind · aggregate
Returns the last two observed time-series samples as a JSON array of [timestamp, value] pairs.
Part of the Time Series family.
time_series_last_to_grid
Resamples an irregular series onto a regular grid by carrying forward the latest value seen within the configured lookback window.
time_series_predict_linear_to_grid
Resamples onto a regular grid and predicts each step by extending the local linear trend measured in the configured lookback window.