You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/autoscaling_instance_policy.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,13 @@ The following arguments are supported:
59
59
-`value` - (Required) The value representing the magnitude of the scaling action to take for the Instance group. Depending on the `type` parameter, this number could represent a total number of Instances in the group, a number of Instances to add, or a percentage to scale the group by.
60
60
-`priority` - (Required) The priority of this policy compared to all other scaling policies. This determines the processing order. The lower the number, the higher the priority.
61
61
-`metric` - (Optional) Cockpit metric to use when determining whether to trigger a scale up/down action.
62
-
-`name` - Name or description of the metric policy.
63
-
-`operator` - Operator used when comparing the threshold value of the chosen `metric` to the actual sampled and aggregated value.
64
-
-`aggregate` - How the values sampled for the `metric` should be aggregated.
65
-
-`managed_metric` - The managed metric to use for this policy. These are available by default in Cockpit without any configuration or `node_exporter`. The chosen metric forms the basis of the condition that will be checked to determine whether a scaling action should be triggered.
66
-
-`cockpit_metric_name` - The custom metric to use for this policy. This must be stored in Scaleway Cockpit. The metric forms the basis of the condition that will be checked to determine whether a scaling action should be triggered
67
-
-`sampling_range_min` - The Interval of time, in minutes, during which metric is sampled.
68
-
-`threshold` - The threshold value to measure the aggregated sampled `metric` value against. Combined with the `operator` field, determines whether a scaling action should be triggered.
62
+
-`name` - Name or description of the metric policy.
63
+
-`operator` - Operator used when comparing the threshold value of the chosen `metric` to the actual sampled and aggregated value.
64
+
-`aggregate` - How the values sampled for the `metric` should be aggregated.
65
+
-`managed_metric` - The managed metric to use for this policy. These are available by default in Cockpit without any configuration or `node_exporter`. The chosen metric forms the basis of the condition that will be checked to determine whether a scaling action should be triggered.
66
+
-`cockpit_metric_name` - The custom metric to use for this policy. This must be stored in Scaleway Cockpit. The metric forms the basis of the condition that will be checked to determine whether a scaling action should be triggered
67
+
-`sampling_range_min` - The Interval of time, in minutes, during which metric is sampled.
68
+
-`threshold` - The threshold value to measure the aggregated sampled `metric` value against. Combined with the `operator` field, determines whether a scaling action should be triggered.
69
69
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the Instance policy exists.
70
70
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the Project the Instance policy is associated with.
0 commit comments