gcloud_logging_metrics_delete (1)
NAME
- gcloud logging metrics delete - deletes a logs-based metric
SYNOPSIS
-
gcloud logging metrics delete METRIC_NAME [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
POSITIONAL ARGUMENTS
-
- METRIC_NAME
-
The name of the metric to delete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To delete a metric called high_severity_count, run:
- $ gcloud logging metrics delete high_severity_count
NOTES
This variant is also available:
- $ gcloud beta logging metrics delete