---
title: Google Compute Engine monitoring integration
source: https://docs.newrelic.com/docs/infrastructure/google-cloud-platform-integrations/gcp-integrations-list/google-compute-engine-monitoring-integration
---

[New Relic integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) with the [Google Cloud Platform (GCP)](https://cloud.google.com/) include one that reports [Google Compute Engine](https://cloud.google.com/compute) data to New Relic. This document explains how to activate the GCP Compute Engine integration and describes the data it reports.

## Features

Compute Engine is Google Cloud's core infrastructure-as-a-service for virtual machines and attached disks. New Relic Compute Engine integration collects CPU, memory, disk, network, and uptime metrics for each VM instance and its persistent disks.

## Activate integration [#activate]

To enable the integration, follow standard procedures to [connect your GCP service to New Relic](https://docs.newrelic.com/docs/connect-google-cloud-platform-services-infrastructure):

-   [Connect with Workload Identity Federation (recommended)](https://docs.newrelic.com/docs/connect-google-cloud-platform-services-infrastructure)
-   [Connect with service account or user account](https://docs.newrelic.com/docs/connect-google-cloud-platform-services-infrastructure)

## Workload Identity Federation [#wif]

### Find and use data [#find-data-wif]

After you enable the integration, your Compute Engine resources appear as entities in the New Relic entity explorer. To see dashboards and manage services, go to [one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Infrastructure > GCP.

All Compute Engine metrics available in GCP Cloud Monitoring are collected as dimensional metrics in the `Metric` event type. Additional metrics beyond this table are collected automatically. See [Google's Compute Engine metrics documentation](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-compute) for the complete list.

#### Entities

**Compute Engine entities**

| Entity                           | Entity type                        | Resource type                                          |
| -------------------------------- | ---------------------------------- | ------------------------------------------------------ |
| VM Instance                      | `HOST`                             | `gce_instance`                                         |
| VM Disk                          | `GCPVIRTUALMACHINEDISK`            | `gce_instance`                                         |
| Interconnect                     | `GCPINTERCONNECTINTERCONNECT`      | `interconnect`                                         |
| Interconnect Attachment          | `GCPINTERCONNECTATTACHMENT`        | `interconnect_attachment`                              |
| Service Attachment               | `GCPSERVICEATTACHMENT`             | `gce_service_attachment`                               |
| Private Service Connect Endpoint | `GCPPRIVATESERVICECONNECTENDPOINT` | `compute.googleapis.com/PrivateServiceConnectEndpoint` |

### Metric data [#metrics-wif]

#### Key metrics — VM Instance

| Metric name                                         | Unit    | Description                                                    |
| --------------------------------------------------- | ------- | -------------------------------------------------------------- |
| `gcp.compute.instance.cpu.utilization`              | Percent | Fraction of allocated CPU currently in use by the VM instance. |
| `gcp.compute.instance.cpu.usage_time`               | Seconds | CPU-seconds consumed by the VM instance.                       |
| `gcp.compute.instance.memory.balloon.ram_used`      | Bytes   | Memory currently in use by the VM instance.                    |
| `gcp.compute.instance.disk.read_bytes_count`        | Bytes   | Disk bytes read by the VM instance.                            |
| `gcp.compute.instance.disk.write_bytes_count`       | Bytes   | Disk bytes written by the VM instance.                         |
| `gcp.compute.instance.network.received_bytes_count` | Bytes   | Network bytes received by the VM instance.                     |
| `gcp.compute.instance.network.sent_bytes_count`     | Bytes   | Network bytes sent by the VM instance.                         |
| `gcp.compute.instance.uptime`                       | Seconds | Uptime of the VM instance since it last started.               |

#### Key metrics — VM Disk

| Metric name                                           | Unit  | Description                                               |
| ----------------------------------------------------- | ----- | --------------------------------------------------------- |
| `gcp.compute.instance.disk.read_ops_count`            | Count | Number of disk read operations on the persistent disk.    |
| `gcp.compute.instance.disk.write_ops_count`           | Count | Number of disk write operations on the persistent disk.   |
| `gcp.compute.instance.disk.throttled_read_ops_count`  | Count | Read operations throttled by disk quota.                  |
| `gcp.compute.instance.disk.throttled_write_ops_count` | Count | Write operations throttled by disk quota.                 |
| `gcp.compute.instance.disk.max_read_bytes_count`      | Bytes | Maximum disk read bytes observed on the persistent disk.  |
| `gcp.compute.instance.disk.max_write_bytes_count`     | Bytes | Maximum disk write bytes observed on the persistent disk. |

#### Key metrics — Interconnect

| Metric name                                                     | Unit    | Description                                             |
| --------------------------------------------------------------- | ------- | ------------------------------------------------------- |
| `gcp.interconnect.network.interconnect.capacity`                | Bytes/s | Total network capacity of the Interconnect circuit.     |
| `gcp.interconnect.network.interconnect.received_bytes_count`    | Bytes   | Ingress bytes received over the Interconnect circuit.   |
| `gcp.interconnect.network.interconnect.sent_bytes_count`        | Bytes   | Egress bytes sent over the Interconnect circuit.        |
| `gcp.interconnect.network.interconnect.received_packets_count`  | Count   | Ingress packets received over the Interconnect circuit. |
| `gcp.interconnect.network.interconnect.sent_packets_count`      | Count   | Egress packets sent over the Interconnect circuit.      |
| `gcp.interconnect.network.interconnect.link.operational_status` | Count   | Operational status of Interconnect physical links.      |

#### Key metrics — Interconnect Attachment

| Metric name                                                  | Unit    | Description                                      |
| ------------------------------------------------------------ | ------- | ------------------------------------------------ |
| `gcp.interconnect.network.attachment.capacity`               | Bytes/s | Total network capacity of the VLAN attachment.   |
| `gcp.interconnect.network.attachment.received_bytes_count`   | Bytes   | Ingress bytes received on the VLAN attachment.   |
| `gcp.interconnect.network.attachment.sent_bytes_count`       | Bytes   | Egress bytes sent on the VLAN attachment.        |
| `gcp.interconnect.network.attachment.received_packets_count` | Count   | Ingress packets received on the VLAN attachment. |
| `gcp.interconnect.network.attachment.sent_packets_count`     | Count   | Egress packets sent on the VLAN attachment.      |

For the complete list of Compute Engine and Interconnect metrics, see [Google's Compute Engine metrics documentation](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-compute).

#### Key metrics — Service Attachment

| Metric name                                                                        | Unit  | Description                                                                                                                               |
| ---------------------------------------------------------------------------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.private_service_connect.producer.closed_connections_count`            | Count | Count of TCP/UDP connections closed over a PSC Service Attachment resource ID.                                                            |
| `gcp.compute.private_service_connect.producer.connected_consumer_forwarding_rules` | Count | Number of Consumer Forwarding Rules connected to a PSC Service Attachment resource ID.                                                    |
| `gcp.compute.private_service_connect.producer.dropped_received_packets_count`      | Count | Count of received packets dropped by a PSC Service Attachment resource ID.                                                                |
| `gcp.compute.private_service_connect.producer.dropped_sent_packets_count`          | Count | Count of sent packets dropped by a PSC Service Attachment resource ID.                                                                    |
| `gcp.compute.private_service_connect.producer.nat_ip_address_capacity`             | Count | Number of total IP addresses of a PSC Service Attachment resource ID. (Value -1 means the number is larger than the max value of INT64.). |
| `gcp.compute.private_service_connect.producer.new_connections_count`               | Count | Count of new TCP/UDP connections created over a PSC Service Attachment resource ID.                                                       |
| `gcp.compute.private_service_connect.producer.open_connections`                    | Count | Number of TCP/UDP connections currently open on a PSC Service Attachment resource ID.                                                     |
| `gcp.compute.private_service_connect.producer.received_bytes_count`                | Bytes | Count of bytes received (PSC -> Service) over a PSC Service Attachment resource ID.                                                       |
| `gcp.compute.private_service_connect.producer.received_packets_count`              | Count | Count of packets received (PSC -> Service) over a PSC Service Attachment resource ID.                                                     |
| `gcp.compute.private_service_connect.producer.sent_bytes_count`                    | Bytes | Count of bytes sent (Service -> PSC) over a PSC Service Attachment resource ID.                                                           |
| `gcp.compute.private_service_connect.producer.sent_packets_count`                  | Count | Count of packets sent (Service -> PSC) over a PSC Service Attachment resource ID.                                                         |
| `gcp.compute.private_service_connect.producer.used_nat_ip_addresses`               | Count | IP usage of the monitored service attachment.                                                                                             |

#### Key metrics — Private Service Connect Endpoint

| Metric name                                                                   | Unit  | Description                                                          |
| ----------------------------------------------------------------------------- | ----- | -------------------------------------------------------------------- |
| `gcp.compute.private_service_connect.consumer.closed_connections_count`       | Count | Count of TCP/UDP connections closed over a PSC connection ID.        |
| `gcp.compute.private_service_connect.consumer.dropped_received_packets_count` | Count | Count of received packets dropped by a PSC connection ID.            |
| `gcp.compute.private_service_connect.consumer.dropped_sent_packets_count`     | Count | Count of sent packets dropped by a PSC connection ID.                |
| `gcp.compute.private_service_connect.consumer.new_connections_count`          | Count | Count of new TCP/UDP connections created over a PSC connection ID.   |
| `gcp.compute.private_service_connect.consumer.open_connections`               | Count | Number of TCP/UDP connections currently open on a PSC connection ID. |
| `gcp.compute.private_service_connect.consumer.received_bytes_count`           | Bytes | Count of bytes received (PSC -> Clients) over a PSC connection ID.   |
| `gcp.compute.private_service_connect.consumer.received_packets_count`         | Count | Count of packets received (PSC -> Clients) over a PSC connection ID. |
| `gcp.compute.private_service_connect.consumer.sent_bytes_count`               | Bytes | Count of bytes sent (Clients -> PSC) over a PSC connection ID.       |
| `gcp.compute.private_service_connect.consumer.sent_packets_count`             | Count | Count of packets sent (Clients -> PSC) over a PSC connection ID.     |

For the complete list of Private Service Connect metrics, see [Google's monitoring documentation for Private Service Connect connections](https://cloud.google.com/vpc/docs/monitor-private-service-connect-connections).

### Metrics-only resource types [#metrics-only]

New Relic also collects metrics for the following Compute Engine resource types. These resource types don't create entities in the entity explorer, so query their metrics directly on the `Metric` event type.

**VPC Network — 92 metrics**

| Metric name                                                                                           | Unit  | Description                                                                                                                                               |
| ----------------------------------------------------------------------------------------------------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.quota.cloud_router_prefixes_from_other_regions_per_region_per_vpc_network.limit`         | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.cloud_router_prefixes_from_other_regions_per_region_per_vpc_network.usage`         | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.cloud_router_prefixes_from_own_region_per_region_per_vpc_network.limit`            | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.cloud_router_prefixes_from_own_region_per_region_per_vpc_network.usage`            | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.dynamic_routes_per_region_per_peering_group.limit`                                 | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.dynamic_routes_per_region_per_peering_group.usage`                                 | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.firewall_rule_attributes_per_region_per_vpc_network.exceeded`                      | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/firewall_rule_attributes_per_region_per_vpc_network`.                      |
| `gcp.compute.quota.firewall_rule_attributes_per_region_per_vpc_network.limit`                         | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.firewall_rule_attributes_per_region_per_vpc_network.usage`                         | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.firewall_rule_fqdns_per_region_per_vpc_network.exceeded`                           | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/firewall_rule_fqdns_per_region_per_vpc_network`.                           |
| `gcp.compute.quota.firewall_rule_fqdns_per_region_per_vpc_network.limit`                              | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.firewall_rule_fqdns_per_region_per_vpc_network.usage`                              | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.gce_firewall_programmed_secure_tag_values_per_vpc_network.exceeded`                | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/gce_firewall_programmed_secure_tag_values_per_vpc_network`.                |
| `gcp.compute.quota.gce_firewall_programmed_secure_tag_values_per_vpc_network.limit`                   | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.gce_firewall_programmed_secure_tag_values_per_vpc_network.usage`                   | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.global_internal_managed_forwarding_rules_per_region_per_vpc_network.exceeded`      | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/global_internal_managed_forwarding_rules_per_region_per_vpc_network`.      |
| `gcp.compute.quota.global_internal_managed_forwarding_rules_per_region_per_vpc_network.limit`         | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.global_internal_managed_forwarding_rules_per_region_per_vpc_network.usage`         | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.instances_per_peering_group.limit`                                                 | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.instances_per_peering_group.usage`                                                 | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.instances_per_vpc_network.exceeded`                                                | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/instances_per_vpc_network`.                                                |
| `gcp.compute.quota.instances_per_vpc_network.limit`                                                   | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.instances_per_vpc_network.usage`                                                   | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_lb_forwarding_rules_per_peering_group.limit`                              | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_lb_forwarding_rules_per_peering_group.usage`                              | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_lb_forwarding_rules_per_vpc_network.exceeded`                             | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/internal_lb_forwarding_rules_per_vpc_network`.                             |
| `gcp.compute.quota.internal_lb_forwarding_rules_per_vpc_network.limit`                                | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_lb_forwarding_rules_per_vpc_network.usage`                                | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_managed_forwarding_rules_per_peering_group.limit`                         | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_managed_forwarding_rules_per_peering_group.usage`                         | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_managed_forwarding_rules_per_vpc_network.exceeded`                        | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/internal_managed_forwarding_rules_per_vpc_network`.                        |
| `gcp.compute.quota.internal_managed_forwarding_rules_per_vpc_network.limit`                           | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_managed_forwarding_rules_per_vpc_network.usage`                           | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_protocol_forwarding_ha_rules_per_vpc_network.exceeded`                    | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/internal_protocol_forwarding_ha_rules_per_vpc_network`.                    |
| `gcp.compute.quota.internal_protocol_forwarding_ha_rules_per_vpc_network.limit`                       | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_protocol_forwarding_ha_rules_per_vpc_network.usage`                       | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_protocol_forwarding_rules_per_peering_group.limit`                        | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_protocol_forwarding_rules_per_peering_group.usage`                        | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_protocol_forwarding_rules_per_vpc_network.exceeded`                       | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/internal_protocol_forwarding_rules_per_vpc_network`.                       |
| `gcp.compute.quota.internal_protocol_forwarding_rules_per_vpc_network.limit`                          | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.internal_protocol_forwarding_rules_per_vpc_network.usage`                          | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.ip_aliases_per_peering_group.limit`                                                | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.ip_aliases_per_peering_group.usage`                                                | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.ip_aliases_per_vpc_network.exceeded`                                               | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/ip_aliases_per_vpc_network`.                                               |
| `gcp.compute.quota.ip_aliases_per_vpc_network.limit`                                                  | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.ip_aliases_per_vpc_network.usage`                                                  | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.multicast_consumers_per_zone_per_vpc_network.exceeded`                             | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/multicast_consumers_per_zone_per_vpc_network`.                             |
| `gcp.compute.quota.multicast_consumers_per_zone_per_vpc_network.limit`                                | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.multicast_consumers_per_zone_per_vpc_network.usage`                                | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.peerings_per_vpc_network.exceeded`                                                 | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/peerings_per_vpc_network`.                                                 |
| `gcp.compute.quota.peerings_per_vpc_network.limit`                                                    | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.peerings_per_vpc_network.usage`                                                    | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.psc_google_apis_forwarding_rules_per_vpc_network.exceeded`                         | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/psc_google_apis_forwarding_rules_per_vpc_network`.                         |
| `gcp.compute.quota.psc_google_apis_forwarding_rules_per_vpc_network.limit`                            | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.psc_google_apis_forwarding_rules_per_vpc_network.usage`                            | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.psc_ilb_consumer_forwarding_rules_per_producer_vpc_network.exceeded`               | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/psc_ilb_consumer_forwarding_rules_per_producer_vpc_network`.               |
| `gcp.compute.quota.psc_ilb_consumer_forwarding_rules_per_producer_vpc_network.limit`                  | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.psc_ilb_consumer_forwarding_rules_per_producer_vpc_network.usage`                  | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.psc_propagated_connections_per_vpc_network.exceeded`                               | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/psc_propagated_connections_per_vpc_network`.                               |
| `gcp.compute.quota.psc_propagated_connections_per_vpc_network.limit`                                  | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.psc_propagated_connections_per_vpc_network.usage`                                  | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_backend_services_protocol_forwarding_fast_ha.exceeded`                    | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/regional_backend_services_protocol_forwarding_fast_ha`.                    |
| `gcp.compute.quota.regional_backend_services_protocol_forwarding_fast_ha.limit`                       | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_backend_services_protocol_forwarding_fast_ha.usage`                       | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_external_managed_forwarding_rules_per_region_per_vpc_network.exceeded`    | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/regional_external_managed_forwarding_rules_per_region_per_vpc_network`.    |
| `gcp.compute.quota.regional_external_managed_forwarding_rules_per_region_per_vpc_network.limit`       | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_external_managed_forwarding_rules_per_region_per_vpc_network.usage`       | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_internal_managed_forwarding_rules_per_region_per_vpc_network.exceeded`    | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/regional_internal_managed_forwarding_rules_per_region_per_vpc_network`.    |
| `gcp.compute.quota.regional_internal_managed_forwarding_rules_per_region_per_vpc_network.limit`       | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_internal_managed_forwarding_rules_per_region_per_vpc_network.usage`       | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_network_firewall_policy_associations_per_region_per_vpc_network.exceeded` | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/regional_network_firewall_policy_associations_per_region_per_vpc_network`. |
| `gcp.compute.quota.regional_network_firewall_policy_associations_per_region_per_vpc_network.limit`    | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_network_firewall_policy_associations_per_region_per_vpc_network.usage`    | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.static_routes_per_peering_group.limit`                                             | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.static_routes_per_peering_group.usage`                                             | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.static_routes_per_vpc_network.exceeded`                                            | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/static_routes_per_vpc_network`.                                            |
| `gcp.compute.quota.static_routes_per_vpc_network.limit`                                               | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.static_routes_per_vpc_network.usage`                                               | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.subnet_ranges_per_peering_group.limit`                                             | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.subnet_ranges_per_peering_group.usage`                                             | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.subnet_ranges_per_vpc_network.exceeded`                                            | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/subnet_ranges_per_vpc_network`.                                            |
| `gcp.compute.quota.subnet_ranges_per_vpc_network.limit`                                               | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.subnet_ranges_per_vpc_network.usage`                                               | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.cross_regional_internal_proxy_lb_config_per_region_per_vpc_network.exceeded`       | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/cross_regional_internal_proxy_lb_config_per_region_per_vpc_network`.       |
| `gcp.compute.quota.cross_regional_internal_proxy_lb_config_per_region_per_vpc_network.limit`          | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.cross_regional_internal_proxy_lb_config_per_region_per_vpc_network.usage`          | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_external_proxy_lb_config_per_region_per_vpc_network.exceeded`             | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/regional_external_proxy_lb_config_per_region_per_vpc_network`.             |
| `gcp.compute.quota.regional_external_proxy_lb_config_per_region_per_vpc_network.limit`                | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_external_proxy_lb_config_per_region_per_vpc_network.usage`                | Count | Current usage for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_internal_proxy_lb_config_per_region_per_vpc_network.exceeded`             | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/regional_internal_proxy_lb_config_per_region_per_vpc_network`.             |
| `gcp.compute.quota.regional_internal_proxy_lb_config_per_region_per_vpc_network.limit`                | Count | Current limit for this quota.                                                                                                                             |
| `gcp.compute.quota.regional_internal_proxy_lb_config_per_region_per_vpc_network.usage`                | Count | Current usage for this quota.                                                                                                                             |

**Location — 25 metrics**

| Metric name                                                                                | Unit     | Description                                                                                                                                    |
| ------------------------------------------------------------------------------------------ | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.global_dns.request_count`                                                     | Count    | The number of global internal DNS requests in a GCE project.                                                                                   |
| `gcp.compute.inter_region_egress_bandwidth`                                                | Megabits | Inter-Region Network Egress Bandwidth (bps) from Compute instances.                                                                            |
| `gcp.compute.quota.asynchronously_replicating_disk_pairs_per_project_region_pair.exceeded` | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/asynchronously_replicating_disk_pairs_per_project_region_pair`. |
| `gcp.compute.quota.asynchronously_replicating_disk_pairs_per_project_region_pair.limit`    | Count    | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.asynchronously_replicating_disk_pairs_per_project_region_pair.usage`    | Count    | Current usage for this quota.                                                                                                                  |
| `gcp.compute.quota.gpus_per_gpu_family.exceeded`                                           | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/gpus_per_gpu_family`.                                           |
| `gcp.compute.quota.gpus_per_gpu_family.limit`                                              | Count    | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.gpus_per_gpu_family.usage`                                              | Count    | Current usage for this quota.                                                                                                                  |
| `gcp.compute.quota.inter_region_egress_bandwidth.exceeded`                                 | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/inter_region_egress_bandwidth`.                                 |
| `gcp.compute.quota.inter_region_egress_bandwidth.limit`                                    | Megabits | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.inter_region_egress_bandwidth.usage`                                    | Megabits | Current usage for this quota.                                                                                                                  |
| `gcp.compute.quota.local_ssd_total_storage_per_vm_family.exceeded`                         | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/local_ssd_total_storage_per_vm_family`.                         |
| `gcp.compute.quota.local_ssd_total_storage_per_vm_family.limit`                            | GiB      | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.local_ssd_total_storage_per_vm_family.usage`                            | GiB      | Current usage for this quota.                                                                                                                  |
| `gcp.compute.tpu.capacity.available_chips`                                                 | Count    | The current count of TPU chips that are actively available and ready to use.                                                                   |
| `gcp.compute.tpu.capacity.committed_chips`                                                 | Count    | The current count of purchased TPU chips.                                                                                                      |
| `gcp.compute.quota.cpus_per_vm_family.exceeded`                                            | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/cpus_per_vm_family`.                                            |
| `gcp.compute.quota.cpus_per_vm_family.limit`                                               | Count    | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.cpus_per_vm_family.usage`                                               | Count    | Current usage for this quota.                                                                                                                  |
| `gcp.compute.quota.statera_lb_per_org_per_region_per_folder.exceeded`                      | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/statera_lb_per_org_per_region_per_folder`.                      |
| `gcp.compute.quota.statera_lb_per_org_per_region_per_folder.limit`                         | Count    | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.statera_lb_per_org_per_region_per_folder.usage`                         | Count    | Current usage for this quota.                                                                                                                  |
| `gcp.compute.quota.tpus_per_tpu_family.exceeded`                                           | Count    | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/tpus_per_tpu_family`.                                           |
| `gcp.compute.quota.tpus_per_tpu_family.limit`                                              | Count    | Current limit for this quota.                                                                                                                  |
| `gcp.compute.quota.tpus_per_tpu_family.usage`                                              | Count    | Current usage for this quota.                                                                                                                  |

**Storage Pool — 23 metrics**

| Metric name                                                  | Unit       | Description                                                                                                               |
| ------------------------------------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.quota.disks_per_storage_pool.exceeded`          | Count      | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/disks_per_storage_pool`.                   |
| `gcp.compute.quota.disks_per_storage_pool.limit`             | Count      | Current limit for this quota.                                                                                             |
| `gcp.compute.quota.disks_per_storage_pool.usage`             | Count      | Current usage for this quota.                                                                                             |
| `gcp.compute.storage_pool.capacity_overprovisioning`         | Percent    | Ratio of total provisioned capacity of disks in the storage pool to storage pool provisioned capacity, in percentage.     |
| `gcp.compute.storage_pool.capacity_utilization`              | Percent    | Ratio of total used capacities of disks in the storage pool to storage pool provisioned capacity, in percentage.          |
| `gcp.compute.storage_pool.disks`                             | Count      | Count of disks that are in the storage pool.                                                                              |
| `gcp.compute.storage_pool.iops_overprovisioning`             | Percent    | Ratio of total provisioned IOPS of disks in the storage pool to storage pool provisioned IOPS, in percentage.             |
| `gcp.compute.storage_pool.iops_utilization`                  | Percent    | Ratio of total used IOPS of disks in the storage pool to storage pool provisioned IOPS, in percentage.                    |
| `gcp.compute.storage_pool.provisioned_capacity`              | TiB        | Provisioned capacity of the storage pool.                                                                                 |
| `gcp.compute.storage_pool.provisioned_iops`                  | Count      | Provisioned IOPS of the storage pool.                                                                                     |
| `gcp.compute.storage_pool.provisioned_throughput`            | MiB/second | Provisioned throughput of the storage pool.                                                                               |
| `gcp.compute.storage_pool.throughput_overprovisioning`       | Percent    | Ratio of total provisioned throughput of disks in the storage pool to storage pool provisioned throughput, in percentage. |
| `gcp.compute.storage_pool.throughput_utilization`            | Percent    | Ratio of total used throughput of disks in the storage pool to storage pool provisioned throughput, in percentage.        |
| `gcp.compute.storage_pool.total_disk_provisioned_capacity`   | TiB        | Sum of provisioned capacity of the disks that are in the storage pool.                                                    |
| `gcp.compute.storage_pool.total_disk_provisioned_iops`       | Count      | Sum of provisioned IOPS of the disks that are in the storage pool.                                                        |
| `gcp.compute.storage_pool.total_disk_provisioned_throughput` | MiB/second | Sum of provisioned throughput of the disks that are in the storage pool.                                                  |
| `gcp.compute.storage_pool.used_capacity`                     | TiB        | Sum of used capacity of the disks that are in the storage pool.                                                           |
| `gcp.compute.storage_pool.used_iops`                         | Count      | Sum of used IOPS of the disks that are in the storage pool.                                                               |
| `gcp.compute.storage_pool.used_throughput`                   | MiB/second | Sum of used throughput of the disks that are in the storage pool.                                                         |
| `gcp.compute.storage_pool.used_read_iops`                    | Count      | Sum of used read IOPS of the disks that are in the storage pool. Only available for exapool type storage pools.           |
| `gcp.compute.storage_pool.used_read_throughput`              | MiB/second | Sum of used read throughput of the disks that are in the storage pool. Only available for exapool type storage pools.     |
| `gcp.compute.storage_pool.used_write_iops`                   | Count      | Sum of used write IOPS of the disks that are in the storage pool. Only available for exapool type storage pools.          |
| `gcp.compute.storage_pool.used_write_throughput`             | MiB/second | Sum of used write throughput of the disks that are in the storage pool. Only available for exapool type storage pools.    |

**Firewall Policy — 18 metrics**

| Metric name                                                                       | Unit  | Description                                                                                                                           |
| --------------------------------------------------------------------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.quota.fqdns_per_global_network_firewall_policy.exceeded`             | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/fqdns_per_global_network_firewall_policy`.             |
| `gcp.compute.quota.fqdns_per_global_network_firewall_policy.limit`                | Count | Current limit for this quota.                                                                                                         |
| `gcp.compute.quota.fqdns_per_global_network_firewall_policy.usage`                | Count | Current usage for this quota.                                                                                                         |
| `gcp.compute.quota.fqdns_per_hierarchical_firewall_policy.exceeded`               | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/fqdns_per_hierarchical_firewall_policy`.               |
| `gcp.compute.quota.fqdns_per_hierarchical_firewall_policy.limit`                  | Count | Current limit for this quota.                                                                                                         |
| `gcp.compute.quota.fqdns_per_hierarchical_firewall_policy.usage`                  | Count | Current usage for this quota.                                                                                                         |
| `gcp.compute.quota.fqdns_per_regional_network_firewall_policy.exceeded`           | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/fqdns_per_regional_network_firewall_policy`.           |
| `gcp.compute.quota.fqdns_per_regional_network_firewall_policy.limit`              | Count | Current limit for this quota.                                                                                                         |
| `gcp.compute.quota.fqdns_per_regional_network_firewall_policy.usage`              | Count | Current usage for this quota.                                                                                                         |
| `gcp.compute.quota.rule_attributes_per_global_network_firewall_policy.exceeded`   | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/rule_attributes_per_global_network_firewall_policy`.   |
| `gcp.compute.quota.rule_attributes_per_global_network_firewall_policy.limit`      | Count | Current limit for this quota.                                                                                                         |
| `gcp.compute.quota.rule_attributes_per_global_network_firewall_policy.usage`      | Count | Current usage for this quota.                                                                                                         |
| `gcp.compute.quota.rule_attributes_per_hierarchical_firewall_policy.exceeded`     | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/rule_attributes_per_hierarchical_firewall_policy`.     |
| `gcp.compute.quota.rule_attributes_per_hierarchical_firewall_policy.limit`        | Count | Current limit for this quota.                                                                                                         |
| `gcp.compute.quota.rule_attributes_per_hierarchical_firewall_policy.usage`        | Count | Current usage for this quota.                                                                                                         |
| `gcp.compute.quota.rule_attributes_per_regional_network_firewall_policy.exceeded` | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/rule_attributes_per_regional_network_firewall_policy`. |
| `gcp.compute.quota.rule_attributes_per_regional_network_firewall_policy.limit`    | Count | Current limit for this quota.                                                                                                         |
| `gcp.compute.quota.rule_attributes_per_regional_network_firewall_policy.usage`    | Count | Current usage for this quota.                                                                                                         |

**mRDMA NIC — 13 metrics**

| Metric name                                       | Unit    | Description                                                                                               |
| ------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------- |
| `gcp.compute.mrdma_nic.alerts`                    | Count   | ASAPd-lite daemon alerts.                                                                                 |
| `gcp.compute.mrdma_nic.asapd_lite_uptime`         | Seconds | Uptime of the Asapd-lite Daemon.                                                                          |
| `gcp.compute.mrdma_nic.build_label`               | Count   | Build label of the running Asapd-lite Daemon in the format of `doca_<doca_version>_commit_<commit_hash`>. |
| `gcp.compute.mrdma_nic.doca_telemetry_counters`   | Count   | Counters from DOCA telemetry library.                                                                     |
| `gcp.compute.mrdma_nic.doca_telemetry_statistics` | Count   | Histograms from DOCA telemetry library.                                                                   |
| `gcp.compute.mrdma_nic.ethtool_counters`          | Count   | Driver specific counters from ethtool CLI.                                                                |
| `gcp.compute.mrdma_nic.ethtool_link_settings`     | Count   | CX NIC Ethtool Link Settings.                                                                             |
| `gcp.compute.mrdma_nic.linkup`                    | Count   | Count of MRDMA NICs with the given address in the up state.                                               |
| `gcp.compute.mrdma_nic.nic_configs`               | Count   | CX NIC configuration.                                                                                     |
| `gcp.compute.mrdma_nic.nic_states`                | Count   | CX NIC State.                                                                                             |
| `gcp.compute.mrdma_nic.rttcc_counters`            | Count   | Counters for congestion control.                                                                          |
| `gcp.compute.mrdma_nic.rttcc_statistics`          | Count   | Histograms for Congestion Control.                                                                        |
| `gcp.compute.mrdma_nic.sysfs_counters`            | Count   | Counters from sysfs files, including infiniband counters and debugfs counters.                            |

**Node Group — 11 metrics**

| Metric name                                            | Unit        | Description                                                               |
| ------------------------------------------------------ | ----------- | ------------------------------------------------------------------------- |
| `gcp.compute.node_group.cpu.scheduled`                 | Cores       | This metric represents the scheduled CPU for a node group.                |
| `gcp.compute.node_group.cpu.total`                     | Cores       | This metric represents the total CPU reserved for a node group.           |
| `gcp.compute.node_group.cpu.utilization`               | Percent     | This metric represents the CPU utilization of a node group.               |
| `gcp.compute.node_group.instances`                     | Count       | Number of instances in a node group.                                      |
| `gcp.compute.node_group.memory.bandwidth_utilization`  | Percent     | This metric represents the memory bandwidth utilization of a node group.  |
| `gcp.compute.node_group.memory.scheduled`              | GB          | This metric represents the scheduled memory reserved for a node group.    |
| `gcp.compute.node_group.memory.total`                  | GB          | This metric represents the total memory reserved for a node group.        |
| `gcp.compute.node_group.memory.utilization`            | Percent     | This metric represents the memory utilization of a node group.            |
| `gcp.compute.node_group.network.bandwidth_limit`       | Gbit/second | This metric represents the network bandwidth limit of a node group.       |
| `gcp.compute.node_group.network.bandwidth_utilization` | Percent     | This metric represents the network bandwidth utilization of a node group. |
| `gcp.compute.node_group.nodes`                         | Count       | Number of nodes in a node group.                                          |

**Workload — 11 metrics**

| Metric name                                       | Unit    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.workload.available_slice_efficiency` | Count   | Out of all the requested slices, how many are healthy from the perspective of the elastic manager in the requested window (CUMULATIVE) or over a rolling window (INTERVAL).                                                                                                                                                                                                                                                                                                                   |
| `gcp.compute.workload.badput_time`                | Seconds | This is a writable metric that allows users to report the total time (in seconds) their workload spend on a specific non-productive activity. Values reported to this metric are visible to the Google Cloud team. Providing this value helps the Google Cloud team understand workload inefficiencies and how they are affected by infrastructure changes. The reported value represents time spent on a specific non-productive task in ML workloads.                                       |
| `gcp.compute.workload.disruptions`                | Count   | This is a writable metric that allows users to report the number of disruptions in the workload since it started (CUMULATIVE) or over a rolling window (INTERVAL).                                                                                                                                                                                                                                                                                                                            |
| `gcp.compute.workload.goodput_time`               | Seconds | This is a writable metric that allows users to report the total time (in seconds) their workload spends on a specific productive activity. Values reported to this metric are visible to the Google Cloud team. Providing this value helps the Google Cloud team understand how user workloads respond to changes in Google Cloud infrastructure. The reported value represents the absolute time spent on a specific useful, value-generating task in ML workloads.                          |
| `gcp.compute.workload.interval_badput`            | Percent | This is a writable metric that allows users to report the badput of the workload over a rolling window as percentage of the total time in the window.                                                                                                                                                                                                                                                                                                                                         |
| `gcp.compute.workload.interval_goodput`           | Percent | This is a writable metric that allows users to report the goodput of the workload over a rolling window as percentage of the total time in the window.                                                                                                                                                                                                                                                                                                                                        |
| `gcp.compute.workload.max_productive_steps`       | Count   | This is a writable metric that allows users to report the last productive step count completed by the workload.                                                                                                                                                                                                                                                                                                                                                                               |
| `gcp.compute.workload.performance`                | Count   | This is a writable metric that allows users to report the performance of their workload. Values reported to this metric is visible to Google Cloud team. Providing this value helps Google Cloud team understanding user workload react to different changes to the Google Cloud infrastructure. The performance value is a numeric value that is up to the user to define its range. For eg: It could be the training step time in seconds or ratio of expected performance of the workload. |
| `gcp.compute.workload.step_time_deviation`        | Seconds | This is a writable metric that allows users to report the step time deviation experienced by the workload from the expected step time.                                                                                                                                                                                                                                                                                                                                                        |
| `gcp.compute.workload.stepping_slice_efficiency`  | Count   | Out of all the requested slices, how many are used in stepping in the requested window (CUMULATIVE) or over a rolling window (INTERVAL).                                                                                                                                                                                                                                                                                                                                                      |
| `gcp.compute.workload.total_elapsed_time`         | Seconds | This is a writable metric that allows users to report the total elapsed time of the workload since it started (CUMULATIVE) or over a rolling window (INTERVAL).                                                                                                                                                                                                                                                                                                                               |

**Resource Policy — 6 metrics**

| Metric name                                              | Unit  | Description                                                                                                  |
| -------------------------------------------------------- | ----- | ------------------------------------------------------------------------------------------------------------ |
| `gcp.compute.quota.disks_per_consistency_group.exceeded` | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/disks_per_consistency_group`. |
| `gcp.compute.quota.disks_per_consistency_group.limit`    | Count | Current limit for this quota.                                                                                |
| `gcp.compute.quota.disks_per_consistency_group.usage`    | Count | Current usage for this quota.                                                                                |
| `gcp.compute.quota.disks_per_snapshot_schedule.exceeded` | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/disks_per_snapshot_schedule`. |
| `gcp.compute.quota.disks_per_snapshot_schedule.limit`    | Count | Current limit for this quota.                                                                                |
| `gcp.compute.quota.disks_per_snapshot_schedule.usage`    | Count | Current usage for this quota.                                                                                |

**Instance Group — 4 metrics**

| Metric name                                        | Unit  | Description                                                                                                                                                                                                                           |
| -------------------------------------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.instance_group.predicted_capacity`    | Count | Estimated capacity that the instance group will have if predictive autoscaling is enabled. Currently available only for autoscaled instance groups and equal to the predicted number of serving VMs multiplied by utilization target. |
| `gcp.compute.instance_group.predicted_size`        | Count | Estimated number of VMs that the instance group will have if predictive autoscaling is enabled. Currently available only for autoscaled instance groups.                                                                              |
| `gcp.compute.instance_group.predicted_utilization` | Count | The sum of the estimated values of the scaling metric for all serving VMs if predictive autoscaling is enabled. Currently available only for autoscaled instance groups.                                                              |
| `gcp.compute.instance_group.size`                  | Count | The number of VMs in the instance group.                                                                                                                                                                                              |

**Accelerator Slice — 3 metrics**

| Metric name                                      | Unit  | Description                                                                                                                                       |
| ------------------------------------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.capacity.slices`                    | Count | The state of capacity per topology of an accelerator slice. The value indicates the count of topologies in that state at a given instant in time. |
| `gcp.compute.tpu.slice.capacity.available_chips` | Count | The current count of TPU chips of Extended Reservation that are actively available and ready to use.                                              |
| `gcp.compute.tpu.slice.capacity.committed_chips` | Count | The current count of purchased TPU chips of Extended Reservation.                                                                                 |

**Network Path Quotas — 3 metrics**

| Metric name                                                            | Unit  | Description                                                                                                                |
| ---------------------------------------------------------------------- | ----- | -------------------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.quota.wire_groups_gold_unmetered_bandwidth_gbps.exceeded` | Count | Number of attempts to exceed the limit on quota metric `compute.googleapis.com/wire_groups_gold_unmetered_bandwidth_gbps`. |
| `gcp.compute.quota.wire_groups_gold_unmetered_bandwidth_gbps.limit`    | Count | Current limit for this quota.                                                                                              |
| `gcp.compute.quota.wire_groups_gold_unmetered_bandwidth_gbps.usage`    | Count | Current usage for this quota.                                                                                              |

**Reservation — 2 metrics**

| Metric name                        | Unit  | Description                                           |
| ---------------------------------- | ----- | ----------------------------------------------------- |
| `gcp.compute.reservation.reserved` | Count | The number of resources reserved by this reservation. |
| `gcp.compute.reservation.used`     | Count | The number of resources used by this reservation.     |

**Machine — 1 metric**

| Metric name                          | Unit  | Description                                                                             |
| ------------------------------------ | ----- | --------------------------------------------------------------------------------------- |
| `gcp.compute.machine.machine_status` | Count | This metric captures the machine health status and utilization status of a GCE Machine. |

**Workload Process — 1 metric**

| Metric name                              | Unit  | Description                                                                                                      |
| ---------------------------------------- | ----- | ---------------------------------------------------------------------------------------------------------------- |
| `gcp.compute.workload_process.heartbeat` | Count | This is the heartbeat of a process that is part of a workload. A non zero value indicates the workload is alive. |

## Service account or user account [#service-account]

### Find and use data [#find-data]

After activating the integration and waiting a few minutes (based on the [polling frequency](#polling)), data will appear in the New Relic UI. To [find and use your data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data), including links to your dashboards and alert settings, go to [one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Infrastructure > GCP > (select an integration).

## Metric data [#metrics]

[Metric data](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring#data-types) that New Relic receives from your GCP Compute Engine integration include:

### GcpVirtualMachineSample [#GcpVirtualMachineSample]

| Name                         | Description                                                 |
| ---------------------------- | ----------------------------------------------------------- |
| `firewall.DroppedBytes`      | Delta count of incoming bytes dropped by the firewall.      |
| `firewall.DroppedPackets`    | Delta count of incoming packets dropped by the firewall.    |
| `instance.cpu.ReservedCores` | Total number of cores reserved on the host of the instance. |

### GcpVirtualMachineDiskSample [#GcpVirtualMachineDiskSample]

| Name                                | Description                                         |
| ----------------------------------- | --------------------------------------------------- |
| `instance.disk.ThrottledReadBytes`  | Delta count of bytes in throttled read operations.  |
| `instance.disk.ThrottledReadOps`    | Delta count of throttled read operations.           |
| `instance.disk.ThrottledWriteBytes` | Delta count of bytes in throttled write operations. |
| `instance.disk.ThrottledWriteOps`   | Delta count of throttled write operations.          |
