InstanceObservabilityConfig

data class InstanceObservabilityConfig(val enabled: Boolean? = null, val maxQueryStringLength: Int? = null, val preserveComments: Boolean? = null, val queryPlansPerMinute: Int? = null, val recordApplicationTags: Boolean? = null, val trackActiveQueries: Boolean? = null, val trackWaitEventTypes: Boolean? = null, val trackWaitEvents: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, maxQueryStringLength: Int? = null, preserveComments: Boolean? = null, queryPlansPerMinute: Int? = null, recordApplicationTags: Boolean? = null, trackActiveQueries: Boolean? = null, trackWaitEventTypes: Boolean? = null, trackWaitEvents: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Observability feature status for an 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.