From cce72cddfd7897ce7e6c1b1e9d562028e720c0d3 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Tue, 20 Feb 2024 17:01:30 -0500 Subject: [PATCH] docs: add Autoscaler `query_window_offset` config (#19942) --- website/content/tools/autoscaling/policy.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/tools/autoscaling/policy.mdx b/website/content/tools/autoscaling/policy.mdx index 4dcd9f28c..77fab0bae 100644 --- a/website/content/tools/autoscaling/policy.mdx +++ b/website/content/tools/autoscaling/policy.mdx @@ -69,6 +69,12 @@ horizontal application scaling or horizontal cluster scaling. value may not be supported by all APM plugins. Refer to the documentation of the specific APM plugin being used for more information. +- `query_window_offset` - Defines a time offset from the current time to apply + to the query window. A short offset (for example, `1m`) can be used to avoid + reading unstable and incomplete data from the APM. A long offset (`168h`, + representing 7 days ago) can be used for predictive scaling based on past + data. + - `group` - Specifies which checks should treated as correlated when the policy is evaluated. Refer to [Check Grouping][concepts_grouping] for more information.