GoogleApi.AlloyDB.V1.Model.ObservabilityInstanceConfig (google_api_alloy_db v0.16.0)
View SourceObservability Instance specific configuration.
Attributes
-
enabled(type:boolean(), default:nil) - Observability feature status for an instance. This flag is turned "off" by default. -
maxQueryStringLength(type:integer(), default:nil) - Query string length. The default value is 10k. -
preserveComments(type:boolean(), default:nil) - Preserve comments in query string for an instance. This flag is turned "off" by default. -
queryPlansPerMinute(type:integer(), default:nil) - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid. -
recordApplicationTags(type:boolean(), default:nil) - Record application tags for an instance. This flag is turned "off" by default. -
trackActiveQueries(type:boolean(), default:nil) - Track actively running queries on the instance. If not set, this flag is "off" by default. -
trackWaitEventTypes(type:boolean(), default:nil) - Output only. Track wait event types during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API. -
trackWaitEvents(type:boolean(), default:nil) - Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.ObservabilityInstanceConfig{ enabled: boolean() | nil, maxQueryStringLength: integer() | nil, preserveComments: boolean() | nil, queryPlansPerMinute: integer() | nil, recordApplicationTags: boolean() | nil, trackActiveQueries: boolean() | nil, trackWaitEventTypes: boolean() | nil, trackWaitEvents: boolean() | nil }