mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta logging metrics create - creates a logs-based metric
|
||||
gcloud beta logging metrics create - create a logs-based metric
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta logging metrics create METRIC_NAME
|
||||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
: --bucket-name=BUCKET_NAME]) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates a logs-based metric to count the number of log entries that
|
||||
(BETA) Create a logs-based metric to count the number of log entries that
|
||||
match a filter expression. Logs-based metrics can also be used to extract
|
||||
values from logs and create a distribution of the values.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
NAME
|
||||
gcloud beta logging metrics delete - deletes a logs-based metric
|
||||
gcloud beta logging metrics delete - delete a logs-based metric
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta logging metrics delete METRIC_NAME [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Deletes a logs-based metric called high_severity_count.
|
||||
(BETA) Delete a logs-based metric called high_severity_count.
|
||||
|
||||
EXAMPLES
|
||||
To delete a metric called high_severity_count, run:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud beta logging metrics describe - shows the definition of a logs-based
|
||||
metric
|
||||
gcloud beta logging metrics describe - display the definition of a
|
||||
logs-based metric
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta logging metrics describe METRIC_NAME [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Shows the definition of a logs-based metric.
|
||||
(BETA) Show the definition of a logs-based metric.
|
||||
|
||||
EXAMPLES
|
||||
To show the definition of a metric called high_severity_count, run:
|
||||
|
|
|
|||
|
|
@ -16,19 +16,19 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Creates a logs-based metric.
|
||||
(BETA) Create a logs-based metric.
|
||||
|
||||
delete
|
||||
(BETA) Deletes a logs-based metric.
|
||||
(BETA) Delete a logs-based metric.
|
||||
|
||||
describe
|
||||
(BETA) Shows the definition of a logs-based metric.
|
||||
(BETA) Display the definition of a logs-based metric.
|
||||
|
||||
list
|
||||
(BETA) Displays all logs-based metrics.
|
||||
(BETA) Display all logs-based metrics.
|
||||
|
||||
update
|
||||
(BETA) Updates the definition of a logs-based metric.
|
||||
(BETA) Update the definition of a logs-based metric.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta logging metrics list - displays all logs-based metrics
|
||||
gcloud beta logging metrics list - display all logs-based metrics
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta logging metrics list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta logging metrics update - updates the definition of a logs-based
|
||||
gcloud beta logging metrics update - update the definition of a logs-based
|
||||
metric
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Updates the description or the filter expression of an existing
|
||||
(BETA) Update the description or the filter expression of an existing
|
||||
logs-based metric.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue