Instance Observability Config Args
data class InstanceObservabilityConfigArgs(val assistiveExperiencesEnabled: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val maxQueryStringLength: Output<Int>? = null, val preserveComments: Output<Boolean>? = null, val queryPlansPerMinute: Output<Int>? = null, val recordApplicationTags: Output<Boolean>? = null, val trackActiveQueries: Output<Boolean>? = null, val trackWaitEventTypes: Output<Boolean>? = null, val trackWaitEvents: Output<Boolean>? = null) : ConvertibleToJava<InstanceObservabilityConfigArgs>
Constructors
Link copied to clipboard
constructor(assistiveExperiencesEnabled: Output<Boolean>? = null, enabled: Output<Boolean>? = null, maxQueryStringLength: Output<Int>? = null, preserveComments: Output<Boolean>? = null, queryPlansPerMinute: Output<Int>? = null, recordApplicationTags: Output<Boolean>? = null, trackActiveQueries: Output<Boolean>? = null, trackWaitEventTypes: Output<Boolean>? = null, trackWaitEvents: Output<Boolean>? = null)
Properties
Link copied to clipboard
Whether assistive experiences are enabled for this AlloyDB instance.
Link copied to clipboard
Query string length. The default value is 10240. Any integer between 1024 and 100000 is considered valid.
Link copied to clipboard
Preserve comments in the query string.
Link copied to clipboard
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.
Link copied to clipboard
Record application tags for an instance. This flag is turned "on" by default.
Link copied to clipboard
Track actively running queries. If not set, default value is "off".
Link copied to clipboard
Record wait events during query execution for an instance.
Link copied to clipboard
Record wait event types during query execution for an instance.