From 6e3867b54e39939f5777e77363805af1d3ba47ec Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 19 Dec 2024 19:31:37 +0000 Subject: [PATCH] backport of commit 1065769f1e54e75c197cfa02652bc4004e89da80 --- .../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.