InstanceObservabilityConfigArgs

data class InstanceObservabilityConfigArgs(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(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
val enabled: Output<Boolean>? = null

Observability feature status for an instance.

Link copied to clipboard
val maxQueryStringLength: Output<Int>? = null

Query string length. The default value is 10240. Any integer between 1024 and 100000 is considered valid.

Link copied to clipboard
val preserveComments: Output<Boolean>? = null

Preserve comments in the query string.

Link copied to clipboard
val queryPlansPerMinute: Output<Int>? = null

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
val recordApplicationTags: Output<Boolean>? = null

Record application tags for an instance. This flag is turned "on" by default.

Link copied to clipboard
val trackActiveQueries: Output<Boolean>? = null

Track actively running queries. If not set, default value is "off".

Link copied to clipboard
val trackWaitEvents: Output<Boolean>? = null

Record wait events during query execution for an instance.

Link copied to clipboard
val trackWaitEventTypes: Output<Boolean>? = null

Record wait event types during query execution for an instance.

Functions

Link copied to clipboard
open override fun toJava(): InstanceObservabilityConfigArgs