mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha monitoring metrics-scopes - manage Cloud Monitoring Metrics
|
|
Scopes
|
|
|
|
SYNOPSIS
|
|
gcloud alpha monitoring metrics-scopes COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud alpha monitoring metrics-scopes group lets you manage
|
|
Monitoring metrics scopes.
|
|
|
|
More information on managing metrics scopes can be found here:
|
|
https://cloud.google.com/monitoring/settings/manage-api
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a monitored project in a metrics scope.
|
|
|
|
delete
|
|
(ALPHA) Delete a monitored project in a metrics scope.
|
|
|
|
describe
|
|
(ALPHA) Describe a Cloud Monitoring metrics scope.
|
|
|
|
list
|
|
(ALPHA) List the metrics scopes monitoring the specified monitored
|
|
resource container.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. This variant is also available:
|
|
|
|
$ gcloud beta monitoring metrics-scopes
|
|
|