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: pkg/dist/integration_endpoint_types.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ autoscaler:
27
27
enum:
28
28
- value: autoscale_disk
29
29
max_items: 64
30
+
autoscaler_service:
31
+
title: Service autoscaler user config
32
+
description: Service autoscaler user config. This is an experimental api and subject to change. For further assistance, contact the Aiven support team mailto:[email protected] or your account team.
Copy file name to clipboardExpand all lines: pkg/dist/integration_types.yml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,27 @@
1
1
autoscaler:
2
2
title: Integration user config
3
3
type: object
4
+
autoscaler_service:
5
+
title: Service autoscaler user config
6
+
type: object
7
+
properties:
8
+
autoscaling:
9
+
title: ServiceAutoscalerIntegrationUserConfig
10
+
description: Configure service autoscaling integration. This is an experimental api and subject to change. For further assistance, contact the Aiven support team mailto:[email protected] or your account team.
description: Azure account secret key. One of key or sas_token should be specified
4653
+
type: string
4654
+
pattern: ^[^\r\n]*$
4655
+
_secure: true
4656
+
sas_token:
4657
+
is_deprecated: true
4658
+
deprecation_notice: This property is deprecated.
4659
+
title: SAS token
4660
+
description: A shared access signatures (SAS) token. One of key or sas_token should be specified
4649
4661
type: string
4650
4662
pattern: ^[^\r\n]*$
4663
+
_secure: true
4651
4664
secret_key:
4652
4665
title: AWS secret key
4653
4666
description: AWS secret key
@@ -5311,9 +5324,9 @@ opensearch:
5311
5324
example: true
5312
5325
knn_memory_circuit_breaker_limit:
5313
5326
title: knn.memory.circuit_breaker.limit
5314
-
description: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
5327
+
description: Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
0 commit comments