GCP Cloud Metrics¶
Observe ingests metrics from Google Cloud metrics API endpoints using an Observe poller. Each metric is associated with a metric type, a prefix identifying the category of the metric.
To ingest all available metrics of a particular type, add the metric prefix to your GCP app poller configuration. For example, to ingest Compute metrics:
In the GCP app, select the Connections tab.
Under Existing connections, click Assets-Metrics poller to view poller details.
Click Edit this poller to view its configuration
In Include Metric Type Prefixes, add
compute.googleapis.com/
and click Update.