From 1148a5fd246106a3cb8a84da221927263b326d59 Mon Sep 17 00:00:00 2001 From: Brian Jung <65934595+brianhmj@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:22:42 -0400 Subject: [PATCH] Update README.md --- blueprints/cloud-operations/network-dashboard/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blueprints/cloud-operations/network-dashboard/README.md b/blueprints/cloud-operations/network-dashboard/README.md index 5e640fdd..c835dc01 100644 --- a/blueprints/cloud-operations/network-dashboard/README.md +++ b/blueprints/cloud-operations/network-dashboard/README.md @@ -26,6 +26,8 @@ Clone this repository, then go through the following steps to create resources: - `terraform init` - `terraform apply` +Note: Org level viewing permission is required for some metrics such as firewall policies. + Once the resources are deployed, go to the following page to see the dashboard: https://console.cloud.google.com/monitoring/dashboards?project=. A dashboard called "quotas-utilization" should be created. @@ -74,6 +76,7 @@ In a future release, we could support: - Dynamic routes calculation for VPCs/PPGs with "global routing" set to OFF - Static routes calculation for projects/PPGs with "custom routes importing/exporting" set to OFF - Calculations for cross Organization peering groups +- Support different scopes (reduced and fine-grained) If you are interested in this and/or would like to contribute, please contact legranda@google.com.