From 9131dfa791114e6c4c9bce3f51420afdfe47e687 Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:53:26 +0000 Subject: [PATCH] backport of commit 1065769f1e54e75c197cfa02652bc4004e89da80 (#24733) Co-authored-by: Aimee Ukasick --- .../content/tools/autoscaling/plugins/strategy/threshold.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/tools/autoscaling/plugins/strategy/threshold.mdx b/website/content/tools/autoscaling/plugins/strategy/threshold.mdx index 23c9391edfb..d934049925e 100644 --- a/website/content/tools/autoscaling/plugins/strategy/threshold.mdx +++ b/website/content/tools/autoscaling/plugins/strategy/threshold.mdx @@ -57,7 +57,7 @@ policy { ``` - `lower_bound` `(float: )` - The minimum value a metric must have - to be considered with bounds. This value is always **inclusive**, meaning a + to be considered within bounds. This value is always **inclusive**, meaning a metric with the exact same value as `lower_bound` is considered within bounds.