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
description: 'Observability feature status for an instance.'
273
274
include_empty_value_in_cai: true # Default value is false in CAI asset
275
+
send_empty_value: true
276
+
default_from_api: true
274
277
- name: 'preserveComments'
275
278
type: Boolean
276
279
description: 'Preserve comments in the query string.'
277
280
include_empty_value_in_cai: true # Default value is false in CAI asset
281
+
send_empty_value: true
282
+
default_from_api: true
278
283
- name: 'trackWaitEvents'
279
284
type: Boolean
280
285
description: 'Record wait events during query execution for an instance.'
286
+
send_empty_value: true
287
+
default_from_api: true
281
288
- name: 'trackWaitEventTypes'
282
289
type: Boolean
283
290
description: 'Record wait event types during query execution for an instance.'
291
+
send_empty_value: true
292
+
default_from_api: true
284
293
- name: 'maxQueryStringLength'
285
294
type: Integer
286
295
description: 'Query string length. The default value is 10240. Any integer between 1024 and 100000 is considered valid.'
296
+
default_from_api: true
287
297
- name: 'recordApplicationTags'
288
298
type: Boolean
289
299
description: 'Record application tags for an instance. This flag is turned "on" by default.'
290
300
include_empty_value_in_cai: true # Default value is false in CAI asset
301
+
send_empty_value: true
302
+
default_from_api: true
291
303
- name: 'queryPlansPerMinute'
292
304
type: Integer
293
305
description: 'Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 200 is considered valid.'
306
+
default_from_api: true
294
307
- name: 'trackActiveQueries'
295
308
type: Boolean
296
309
description: 'Track actively running queries. If not set, default value is "off".'
297
310
include_empty_value_in_cai: true # Default value is false in CAI asset
311
+
send_empty_value: true
312
+
default_from_api: true
298
313
- name: 'assistiveExperiencesEnabled'
299
314
type: Boolean
300
315
description: 'Whether assistive experiences are enabled for this AlloyDB instance.'
316
+
send_empty_value: true
317
+
default_from_api: true
301
318
- name: 'readPoolConfig'
302
319
type: NestedObject
303
320
description: 'Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.'
0 commit comments