Skip to content

Commit a7abb38

Browse files
committed
feat: improve description of confidence threshold
1 parent 945befd commit a7abb38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

castai/resource_workload_scaling_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func resourceWorkloadScalingPolicy() *schema.Resource {
135135
Type: schema.TypeFloat,
136136
Optional: true,
137137
Default: 0.9,
138-
Description: "Defines the confidence threshold for applying recommendations. The smaller number indicates that we require fewer metrics data points to apply recommendations.",
138+
Description: "Defines the confidence threshold for applying recommendations. The smaller number indicates that we require fewer metrics data points to apply recommendations - changing this value can cause applying less precise recommendations. Do not change the default unless you want to optimize with fewer data points (e.g., short-lived workloads).",
139139
ValidateDiagFunc: validation.ToDiagFunc(validation.FloatBetween(0, 1)),
140140
},
141141
},

docs/resources/workload_scaling_policy.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)