We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Board: https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/labels/FinOps
https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/590#issuecomment-1792643614
you can point DND to the jira above or copy/paste to them
print quota with (total - inuse)
michael@cloudshell:~/metrics (bigquery-ol)$ gcloud compute regions describe us-central1 --format=json | jq --raw-output ".quotas[] | .metric , (.limit-.usage|tostring) " .... NVIDIA_L4_GPUS 1 PREEMPTIBLE_NVIDIA_L4_GPUS 1 COMMITTED_NVIDIA_L4_GPUS 1
target a specific metric
michael@cloudshell:~/metrics (bigquery-ol)$ gcloud compute regions describe us-central1 --format=json | jq --raw-output ".quotas[] | select (.metric==\"COMMITTED_NVIDIA_L4_GPUS\") | .metric , (.limit-.usage|tostring) " COMMITTED_NVIDIA_L4_GPUS 1