GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig
No description
type GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig {
queryInsightsEnabled: Boolean!
queryPlansPerMinute: Uint64!
queryStringLength: Uint64!
recordApplicationTags: Boolean!
recordClientAddress: Boolean!
}
Fields
GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig.queryInsightsEnabled
● Boolean!
non-null scalar
Indicates whether the Query Insights feature is enabled
GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig.queryPlansPerMinute
● Uint64!
non-null scalar
Number of query execution plans captured by Insights per minute The default value: 5
GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig.queryStringLength
● Uint64!
non-null scalar
Maximum query length stored in bytes The default value: 1024 The Range: 256 - 4500
GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig.recordApplicationTags
● Boolean!
non-null scalar
Indicates whether Query Insights will record application tags from the query when enabled
GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig.recordClientAddress
● Boolean!
non-null scalar
Indicates whether Query Insights will record client address when enabled