1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed May 25 08:41:12 UTC 2022

This commit is contained in:
Automated 2022-05-25 08:41:12 +00:00
parent bda2bf9142
commit 5b5ff68a0d
Failed to extract signature
154 changed files with 3252 additions and 284 deletions

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud alpha logging metrics create METRIC_NAME
(--config-from-file=CONFIG_FROM_FILE
| --description=DESCRIPTION --log-filter=LOG_FILTER)
[GCLOUD_WIDE_FLAG ...]
| [--description=DESCRIPTION --log-filter=LOG_FILTER
: --bucket-name=BUCKET_NAME]) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates a logs-based metric to count the number of log entries that
@ -60,6 +60,9 @@ REQUIRED FLAGS
This flag must be specified if any of the other arguments in this
group are specified.
--bucket-name=BUCKET_NAME
The Log Bucket name which owns the log-based metric.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud alpha logging metrics update METRIC_NAME
(--config-from-file=CONFIG_FROM_FILE
| --description=DESCRIPTION --log-filter=LOG_FILTER)
(--config-from-file=CONFIG_FROM_FILE | --bucket-name=BUCKET_NAME
--description=DESCRIPTION --log-filter=LOG_FILTER)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -54,6 +54,9 @@ REQUIRED FLAGS
Arguments to specify information about simple counter logs-based
metrics.
--bucket-name=BUCKET_NAME
The Log Bucket name which owns the log-based metric.
--description=DESCRIPTION
A new description for the metric. If omitted, the description is
not changed.