Skip to main content

GCP Monitoring Custom Dashboard

A GCP Monitoring Custom Dashboard is a user-defined dashboard in Google Cloud Monitoring that lets you visualise the metrics, logs and alerting signals that matter most to your workloads. You control the layout, widgets and data sources, allowing teams to build highly personalised operational views of their services. Each dashboard is stored as a resource at
projects/{project_id}/dashboards/{dashboard_id} and can be created, updated, retrieved or deleted through the Cloud Monitoring API.
For more details, refer to the official documentation: https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards

Terrafrom Mappings:

  • google_monitoring_dashboard.id

Supported Methods​

  • GET: Get a gcp-monitoring-custom-dashboard by its "name"
  • LIST: List all gcp-monitoring-custom-dashboard
  • SEARCH: Search for custom dashboards by their ID in the form of "projects/project_id/dashboards/dashboard_id". This is supported for terraform mappings.