GoogleApi.SQLAdmin.V1beta4.Model.InsightsConfig (google_api_sql_admin v0.71.0)
View SourceInsights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration.
Attributes
-
queryInsightsEnabled
(type:boolean()
, default:nil
) - Whether Query Insights feature is enabled. -
queryPlansPerMinute
(type:integer()
, default:nil
) - Number of query execution plans captured by Insights per minute for all queries combined. Default is 5. -
queryStringLength
(type:integer()
, default:nil
) - Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database. -
recordApplicationTags
(type:boolean()
, default:nil
) - Whether Query Insights will record application tags from query when enabled. -
recordClientAddress
(type:boolean()
, default:nil
) - Whether Query Insights will record client address when enabled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.