mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +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 logging metrics create - creates a logs-based metric
|
||||
gcloud logging metrics create - create a logs-based metric
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging metrics create METRIC_NAME
|
||||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
: --bucket-name=BUCKET_NAME]) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Creates a logs-based metric to count the number of log entries that match a
|
||||
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 logging metrics delete - deletes a logs-based metric
|
||||
gcloud logging metrics delete - delete a logs-based metric
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging metrics delete METRIC_NAME [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Deletes a logs-based metric called high_severity_count.
|
||||
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 logging metrics describe - shows the definition of a logs-based
|
||||
gcloud logging metrics describe - display the definition of a logs-based
|
||||
metric
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging metrics describe METRIC_NAME [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Shows the definition of a logs-based metric.
|
||||
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
|
||||
Creates a logs-based metric.
|
||||
Create a logs-based metric.
|
||||
|
||||
delete
|
||||
Deletes a logs-based metric.
|
||||
Delete a logs-based metric.
|
||||
|
||||
describe
|
||||
Shows the definition of a logs-based metric.
|
||||
Display the definition of a logs-based metric.
|
||||
|
||||
list
|
||||
Displays all logs-based metrics.
|
||||
Display all logs-based metrics.
|
||||
|
||||
update
|
||||
Updates the definition of a logs-based metric.
|
||||
Update the definition of a logs-based metric.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud logging metrics list - displays all logs-based metrics
|
||||
gcloud logging metrics list - display all logs-based metrics
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging metrics list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Lists all logs-based metrics.
|
||||
List all logs-based metrics.
|
||||
|
||||
EXAMPLES
|
||||
To list the top 10 logs-based metrics, run:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud logging metrics update - updates the definition of a logs-based
|
||||
gcloud logging metrics update - update the definition of a logs-based
|
||||
metric
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Updates the description or the filter expression of an existing logs-based
|
||||
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