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/service_types.yml
+20-68Lines changed: 20 additions & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -465,9 +465,7 @@ alloydbomni:
465
465
- value: write
466
466
log_catalog:
467
467
title: Log Catalog
468
-
description: |-
469
-
Specifies that session logging should be enabled in the case where all relations
470
-
in a statement are in pg_catalog.
468
+
description: Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog.
471
469
type: boolean
472
470
default: true
473
471
log_client:
@@ -492,18 +490,14 @@ alloydbomni:
492
490
- value: warning
493
491
log_max_string_length:
494
492
title: Log Max String Length
495
-
description: |-
496
-
Crop parameters representation and whole statements if they exceed this threshold.
497
-
A (default) value of -1 disable the truncation.
493
+
description: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
498
494
type: integer
499
495
default: "-1"
500
496
minimum: -1
501
497
maximum: 102400
502
498
log_nested_statements:
503
499
title: Log Nested Statements
504
-
description: |-
505
-
This GUC allows to turn off logging nested statements, that is, statements that are
506
-
executed as part of another ExecutorRun.
500
+
description: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
507
501
type: boolean
508
502
default: true
509
503
log_parameter:
@@ -513,16 +507,12 @@ alloydbomni:
513
507
default: false
514
508
log_parameter_max_size:
515
509
title: Log Parameter Max Size
516
-
description: |-
517
-
Specifies that parameter values longer than this setting (in bytes) should not be logged,
518
-
but replaced with <long param suppressed>.
510
+
description: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
519
511
type: integer
520
512
default: "0"
521
513
log_relation:
522
514
title: Log Relation
523
-
description: |-
524
-
Specifies whether session audit logging should create a separate log entry
525
-
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
515
+
description: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
526
516
type: boolean
527
517
default: false
528
518
log_rows:
@@ -536,9 +526,7 @@ alloydbomni:
536
526
default: true
537
527
log_statement_once:
538
528
title: Log Statement Once
539
-
description: |-
540
-
Specifies whether logging will include the statement text and parameters with
541
-
the first log entry for a statement/substatement combination or with every entry.
529
+
description: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
542
530
type: boolean
543
531
default: false
544
532
role:
@@ -2620,7 +2608,7 @@ kafka:
2620
2608
- value: read_uncommitted
2621
2609
consumer_max_partition_fetch_bytes:
2622
2610
title: The maximum amount of data per-partition the server will return.
2623
-
description: 'Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.'
2611
+
description: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
2624
2612
type: integer
2625
2613
minimum: 1.048576e+06
2626
2614
maximum: 1.048576e+08
@@ -3186,7 +3174,7 @@ kafka_connect:
3186
3174
- value: read_uncommitted
3187
3175
consumer_max_partition_fetch_bytes:
3188
3176
title: The maximum amount of data per-partition the server will return.
3189
-
description: 'Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.'
3177
+
description: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
3190
3178
type: integer
3191
3179
minimum: 1.048576e+06
3192
3180
maximum: 1.048576e+08
@@ -5489,43 +5477,25 @@ opensearch:
5489
5477
type: boolean
5490
5478
enforced:
5491
5479
title: Run shard indexing backpressure in shadow mode or enforced mode
5492
-
description: |-
5493
-
Run shard indexing backpressure in shadow mode or enforced mode.
5494
-
In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics,
5495
-
but it doesn’t actually reject any indexing requests.
5496
-
In enforced mode (value set as true),
5497
-
shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance.
5498
-
Default is false
5480
+
description: Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false
5499
5481
type: boolean
5500
5482
operating_factor:
5501
5483
title: Operating factor
5502
5484
type: object
5503
5485
properties:
5504
5486
lower:
5505
5487
title: Lower occupancy limit of the allocated quota of memory for the shard
5506
-
description: |-
5507
-
Specify the lower occupancy limit of the allocated quota of memory for the shard.
5508
-
If the total memory usage of a shard is below this limit,
5509
-
shard indexing backpressure decreases the current allocated memory for that shard.
5510
-
Default is 0.75
5488
+
description: Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75
5511
5489
type: number
5512
5490
minimum: 0
5513
5491
optimal:
5514
5492
title: Optimal occupancy of the allocated quota of memory for the shard
5515
-
description: |-
5516
-
Specify the optimal occupancy of the allocated quota of memory for the shard.
5517
-
If the total memory usage of a shard is at this level,
5518
-
shard indexing backpressure doesn’t change the current allocated memory for that shard.
5519
-
Default is 0.85
5493
+
description: Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85
5520
5494
type: number
5521
5495
minimum: 0
5522
5496
upper:
5523
5497
title: Upper occupancy limit of the allocated quota of memory for the shard
5524
-
description: |-
5525
-
Specify the upper occupancy limit of the allocated quota of memory for the shard.
5526
-
If the total memory usage of a shard is above this limit,
5527
-
shard indexing backpressure increases the current allocated memory for that shard.
5528
-
Default is 0.95
5498
+
description: Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95
5529
5499
type: number
5530
5500
minimum: 0
5531
5501
primary_parameter:
@@ -5537,21 +5507,15 @@ opensearch:
5537
5507
properties:
5538
5508
soft_limit:
5539
5509
title: Node soft limit
5540
-
description: |-
5541
-
Define the percentage of the node-level memory
5542
-
threshold that acts as a soft indicator for strain on a node.
5543
-
Default is 0.7
5510
+
description: Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7
5544
5511
type: number
5545
5512
minimum: 0
5546
5513
shard:
5547
5514
type: object
5548
5515
properties:
5549
5516
min_limit:
5550
5517
title: Shard min limit
5551
-
description: |-
5552
-
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).
5553
-
Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard.
5554
-
Default is 0.001
5518
+
description: Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001
5555
5519
type: number
5556
5520
minimum: 0
5557
5521
thread_pool_analyze_queue_size:
@@ -6452,9 +6416,7 @@ pg:
6452
6416
- value: write
6453
6417
log_catalog:
6454
6418
title: Log Catalog
6455
-
description: |-
6456
-
Specifies that session logging should be enabled in the case where all relations
6457
-
in a statement are in pg_catalog.
6419
+
description: Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog.
6458
6420
type: boolean
6459
6421
default: true
6460
6422
log_client:
@@ -6479,18 +6441,14 @@ pg:
6479
6441
- value: warning
6480
6442
log_max_string_length:
6481
6443
title: Log Max String Length
6482
-
description: |-
6483
-
Crop parameters representation and whole statements if they exceed this threshold.
6484
-
A (default) value of -1 disable the truncation.
6444
+
description: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
6485
6445
type: integer
6486
6446
default: "-1"
6487
6447
minimum: -1
6488
6448
maximum: 102400
6489
6449
log_nested_statements:
6490
6450
title: Log Nested Statements
6491
-
description: |-
6492
-
This GUC allows to turn off logging nested statements, that is, statements that are
6493
-
executed as part of another ExecutorRun.
6451
+
description: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
6494
6452
type: boolean
6495
6453
default: true
6496
6454
log_parameter:
@@ -6500,16 +6458,12 @@ pg:
6500
6458
default: false
6501
6459
log_parameter_max_size:
6502
6460
title: Log Parameter Max Size
6503
-
description: |-
6504
-
Specifies that parameter values longer than this setting (in bytes) should not be logged,
6505
-
but replaced with <long param suppressed>.
6461
+
description: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
6506
6462
type: integer
6507
6463
default: "0"
6508
6464
log_relation:
6509
6465
title: Log Relation
6510
-
description: |-
6511
-
Specifies whether session audit logging should create a separate log entry
6512
-
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
6466
+
description: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
6513
6467
type: boolean
6514
6468
default: false
6515
6469
log_rows:
@@ -6523,9 +6477,7 @@ pg:
6523
6477
default: true
6524
6478
log_statement_once:
6525
6479
title: Log Statement Once
6526
-
description: |-
6527
-
Specifies whether logging will include the statement text and parameters with
6528
-
the first log entry for a statement/substatement combination or with every entry.
6480
+
description: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
0 commit comments