|
4 | 4 | "scalingStratActiveLabel": "Auto-scaling enabled", |
5 | 5 | "noScalingStratActiveLabel": "Auto-scaling disabled", |
6 | 6 | "replicasInputLabel": "Number of replicas your app will be deployed on", |
7 | | - "haInfoHelper": "Deploy on a minimum of 2 replicas for high availability.", |
| 7 | + "haInfoHelper": "Minimum number of replicas.", |
8 | 8 | "replicasMinInputLabel": "Minimum replicas", |
9 | 9 | "replicasMaxInputLabel": "Maximum replicas", |
10 | 10 | "resourceTypeLabel": "Metric monitored", |
11 | 11 | "resourceTypeInfo": "The metric that will act as the trigger for auto-scaling.", |
12 | 12 | "treshholderTargetLabel": "Trigger threshold (%)", |
13 | | - "treshholderTargetInfo": "Target average resource utilization (%) used to calculate the desired number of replicas.", |
| 13 | + "treshholderTargetInfo": "Target Average Resource Utilisation (%) used to calculate the desired number of replicas.", |
14 | 14 | "scalingBillingInfo": "Please note that the number of replica nodes you choose will increase the number of resources you use.", |
15 | | - "errorFormMinMaxRepField": "Minimum Replicas must be less than Maximum Replicas.", |
| 15 | + "errorFormMinMaxRepField": "Minimum Replicas must be less than Maximum Replicas", |
16 | 16 | "replicasMinRangeError": "The value must be between 0 and 10.", |
17 | 17 | "replicasMaxRangeError": "The value must be between 1 and 10.", |
18 | 18 | "metricUrlLabel": "Metric URL", |
19 | 19 | "metricUrlPlaceholder": "e.g. http://<SELF>:6000/metrics", |
20 | | - "metricUrlInfo": "The full URL to fetch the metric value via an API call.", |
| 20 | + "metricUrlInfo": "The complete URL for the API call to get the metric’s value.", |
21 | 21 | "dataFormatLabel": "Data format", |
22 | | - "dataFormatInfo": "The type of file you are accessing.", |
| 22 | + "dataFormatInfo": "The type of file you’re accessing.", |
23 | 23 | "dataLocationLabel": "Data location", |
24 | | - "dataLocationInfo": "The location of the metric value inside the response payload. Value dependent on location.", |
| 24 | + "dataLocationInfo": "The location of the metric value in the API response. Value dependent on location.", |
25 | 25 | "targetMetricValueLabel": "Metric target value", |
26 | | - "targetMetricValueInfo": "Target value to scale on. Autoscaler will adjust the number of replicas to maintain this target value, meaning that if metric value returned by metrics API is below this value then replicas will be scaled up, and scaled down when above.", |
| 26 | + "targetMetricValueInfo": "Scaling target value. The autoscaler’s role is to adjust replica numbers according to a set target. This means that if the value provided by the metrics API is less than the target value, the replicas will increase, and they will decrease if the value exceeds it.", |
27 | 27 | "targetMetricValueMinimum": "Metric target value must be greater than 0.", |
28 | 28 | "targetMetricValueRequired": "Metric target value is required.", |
29 | 29 | "dataLocationRequired": "Data location is required.", |
30 | 30 | "dataLocationPlaceholder": "ex: components.worker.tasks", |
31 | 31 | "dataFormatRequired": "Data format is required.", |
32 | 32 | "metricUrlRequired": "Metric URL is required.", |
33 | 33 | "aggregationTypeLabel": "Aggregation type", |
34 | | - "aggregationTypeInfo": " The aggregation type to perform before comparing the aggregated metric value to the target value. For example, if you choose AVERAGE, the scaling will use the average of the metric values across all replicas of your AI Deploy application to compare with the target value.", |
35 | | - "aggregationTypeRequired": "Aggregation type is required.", |
| 34 | + "aggregationTypeInfo": "The aggregation type to apply before comparing the aggregated metric value to the target value. If you select AVERAGE, the scaling process will involve comparing the target value against the average metric values from all replicas within your AI Deploy application.", |
| 35 | + "aggregationTypeRequired": "Aggregation type is required", |
36 | 36 | "metricUrlInvalid": "The metric URL must be a valid URL starting with http:// or https://.", |
37 | 37 | "replicasSectionTitle": "Number of replicas", |
38 | 38 | "replicasMaxInputInfo": "Maximum number of replicas.", |
39 | | - "scaleToZeroInputLabel": "Time before scaling to 0 (s)", |
40 | | - "scaleToZeroInputInfo": "Number of seconds to wait before scaling the app to 0 when it no longer receives HTTP/gRPC requests. Must be greater than or equal to 60.", |
| 39 | + "scaleToZeroInputLabel": "Time before scaling to 0 (sec)", |
| 40 | + "scaleToZeroInputInfo": "The amount of time, in seconds, to wait before scaling the app to 0 after it stops receiving HTTP/PC requests. Must be greater than or equal to 60", |
41 | 41 | "scaleUpDelayInputLabel": "Time before scaling up (s)", |
42 | | - "scaleUpDelayInputInfo": "Number of seconds to wait before scaling up from N to N+1 replicas. Must be greater than or equal to 0 and less than or equal to 3600.", |
| 42 | + "scaleUpDelayInputInfo": "Number of seconds to wait before scaling up N to N+1 replicas. Must be greater than or equal to 0 and less than or equal to 3600.", |
43 | 43 | "scaleDownDelayInputLabel": "Time before scaling down (s)", |
44 | 44 | "scaleDownDelayInputInfo": "Number of seconds to wait before scaling down from N to N-1 replicas. Must be greater than or equal to 0 and less than or equal to 3600.", |
45 | 45 | "scaleDelayRangeError": "The value must be between 0 and 3600 seconds.", |
46 | 46 | "scaleToZeroDelayRangeError": "The value must be greater than or equal to 60 seconds.", |
47 | | - "scaleToZeroWarningFlavor": "You have selected scaling to 0. If your app is scaled to 0 and if the flavor is not available anymore, we might not be able to restart your app.", |
48 | | - "scaleToZeroWarningTraffic": "The number of replicas will be reduced to 0 when your application no longer receives calls during the defined period.", |
| 47 | + "scaleToZeroWarningFlavor": "You’ve selected ‘scale to 0’. If your app is scaled to 0 and the flavor is no longer available, we may not be able to restart your app.", |
| 48 | + "scaleToZeroWarningTraffic": "The number of replicas will decrease to 0 when your application stops receiving calls during the set timeframe.", |
49 | 49 | "triggerSectionTitle": "Trigger", |
50 | 50 | "scaleWindowSectionTitle": "Scaling window" |
51 | 51 | } |
0 commit comments