1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Thu Jul 4 09:30:26 UTC 2024

This commit is contained in:
Automated 2024-07-04 09:30:26 +00:00
parent 9cd336cae4
commit 2614f6b65e
202 changed files with 4779 additions and 318 deletions

View file

@ -14,6 +14,13 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--[no-]observability-config-enabled]
[--observability-config-max-query-string-length=OBSERVABILITY_CONFIG_MAX_QUERY_STRING_LENGTH]
[--[no-]observability-config-preserve-comments]
[--observability-config-query-plans-per-minute=OBSERVABILITY_CONFIG_QUERY_PLANS_PER_MINUTE]
[--[no-]observability-config-record-application-tags]
[--[no-]observability-config-track-active-queries]
[--observability-config-track-wait-events]
[--read-pool-node-count=READ_POOL_NODE_COUNT]
[--[no-]require-connectors]
[--ssl-mode=SSL_MODE; default="ENCRYPTED_ONLY"] [GCLOUD_WIDE_FLAG ...]
@ -132,6 +139,41 @@ OPTIONAL FLAGS
Use --insights-config-record-client-address to enable and
--no-insights-config-record-client-address to disable.
--[no-]observability-config-enabled
Enable enhanced query insights feature. Use
--observability-config-enabled to enable and
--no-observability-config-enabled to disable.
--observability-config-max-query-string-length=OBSERVABILITY_CONFIG_MAX_QUERY_STRING_LENGTH
Query string length in bytes to be stored by the enhanced query
insights feature. Default length is 10k bytes.
--[no-]observability-config-preserve-comments
Allow preservation of comments in query string recorded by the enhanced
query insights feature.
Use --observability-config-preserve-comments to enable and
--no-observability-config-preserve-comments to disable.
--observability-config-query-plans-per-minute=OBSERVABILITY_CONFIG_QUERY_PLANS_PER_MINUTE
Number of query plans to sample every minute. Default value is 200.
Allowed range: 0 to 200.
--[no-]observability-config-record-application-tags
Allow application tags to be recorded by the enhanced query insights
feature.
Use --observability-config-record-application-tags to enable and
--no-observability-config-record-application-tags to disable.
--[no-]observability-config-track-active-queries
Track actively running queries. Use
--observability-config-track-active-queries to enable and
--no-observability-config-track-active-queries to disable.
--observability-config-track-wait-events
Track wait events during query execution.
--read-pool-node-count=READ_POOL_NODE_COUNT
Read capacity, i.e. number of nodes in a read pool instance.

View file

@ -13,6 +13,13 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--[no-]observability-config-enabled]
[--observability-config-max-query-string-length=OBSERVABILITY_CONFIG_MAX_QUERY_STRING_LENGTH]
[--[no-]observability-config-preserve-comments]
[--observability-config-query-plans-per-minute=OBSERVABILITY_CONFIG_QUERY_PLANS_PER_MINUTE]
[--[no-]observability-config-record-application-tags]
[--[no-]observability-config-track-active-queries]
[--observability-config-track-wait-events]
[--read-pool-node-count=READ_POOL_NODE_COUNT]
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
[--update-mode=UPDATE_MODE] [GCLOUD_WIDE_FLAG ...]
@ -114,6 +121,41 @@ OPTIONAL FLAGS
Use --insights-config-record-client-address to enable and
--no-insights-config-record-client-address to disable.
--[no-]observability-config-enabled
Enable enhanced query insights feature. Use
--observability-config-enabled to enable and
--no-observability-config-enabled to disable.
--observability-config-max-query-string-length=OBSERVABILITY_CONFIG_MAX_QUERY_STRING_LENGTH
Query string length in bytes to be stored by the enhanced query
insights feature. Default length is 10k bytes.
--[no-]observability-config-preserve-comments
Allow preservation of comments in query string recorded by the enhanced
query insights feature.
Use --observability-config-preserve-comments to enable and
--no-observability-config-preserve-comments to disable.
--observability-config-query-plans-per-minute=OBSERVABILITY_CONFIG_QUERY_PLANS_PER_MINUTE
Number of query plans to sample every minute. Default value is 200.
Allowed range: 0 to 200.
--[no-]observability-config-record-application-tags
Allow application tags to be recorded by the enhanced query insights
feature.
Use --observability-config-record-application-tags to enable and
--no-observability-config-record-application-tags to disable.
--[no-]observability-config-track-active-queries
Track actively running queries. Use
--observability-config-track-active-queries to enable and
--no-observability-config-track-active-queries to disable.
--observability-config-track-wait-events
Track wait events during query execution.
--read-pool-node-count=READ_POOL_NODE_COUNT
Read capacity, i.e. number of nodes in a read pool instance.