Compute Engine instances can run the public images for Linux and Windows Server that Google provides and private custom images that you can create or import from your existing systems. You can also deploy Docker containers, which are automatically launched on instances running the Container-Optimized OS public image.
You can choose the machine properties of your instances, such as the number of virtual CPUs and the amount of memory, by using a set of predefined machine types or by creating your own custom machine types.
Each instance belongs to a Google Cloud Console project, and a project can have one or more instances.
- When you create an instance in a project, you specify the zone, operating system, and machine type of that instance.
- When you delete an instance, it is removed from the project.
Setup
To set up the Google integration and discover the Google service,
go to Google Integration Discovery Profile,
select Instances > Perform Actions and check Manage Devices.
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
google_compute_firewall_dropped_bytes_count Delta count of incoming bytes dropped by the firewall. | Firewall Dropped Bytes Count | Count | Average |
google_compute_firewall_dropped_packets_count Delta count of incoming packets dropped by the firewall. | Firewall Dropped Packets Count | Count | Average |
google_compute_instance_cpu_usage_time Get the per-core CPU utilization ratio by performing a rate operation on a point: doubleValue/(end-start), divide by instance/cpu/reserved_cores at the corresponding end timestamp. | CPU usage | Count | Average |
google_compute_instance_cpu_reserved_cores Number of cores reserved on the host of the instance. | Reserved cores | Count | Average |
google_compute_instance_disk_read_bytes_count Delta count of bytes read from disk. | Disk read bytes | Bytes | Average |
google_compute_instance_disk_read_ops_count Delta count of disk read I/O operations | Disk read operations | Count | Average |
google_compute_instance_disk_write_bytes_count Delta count of bytes written to disk. | Disk write bytes | Bytes | Average |
google_compute_instance_disk_write_ops_count Delta count of disk write I/O operations. | Disk write operations | Count | Average |
google_compute_instance_disk_throttled_read_bytes_count Delta count of bytes in throttled read operations. | Throttled read bytes | Bytes | Average |
google_compute_instance_disk_throttled_read_ops_count Delta count of throttled read operations. | Throttled read operations | Count | Average |
google_compute_instance_disk_throttled_write_bytes_count Delta count of bytes in throttled write operations. | Throttled write bytes | Bytes | Average |
google_compute_instance_disk_throttled_write_ops_count Delta count of throttled write operations. | Throttled write operations | Count | Average |
google_compute_instance_network_received_bytes_count Delta count of bytes received from network. | Received bytes | Bytes | Average |
google_compute_instance_network_received_packets_count Delta count of packets received from network. | Received packets | Packets | Average |
google_compute_instance_network_sent_bytes_count Delta count of bytes sent over network. | Sent bytes | Bytes | Average |
google_compute_instance_network_sent_packets_count Delta count of packets sent over network. | Sent packets | Packets | Average |
google_compute_instance_integrity_early_boot_validation_status Validation status of early boot integrity policy. | Instance Integrity Early Boot Validation Status | Count | Average |
google_compute_instance_integrity_late_boot_validation_status Validation status of late boot integrity policy. | Instancec Integrity Late Boot Validation Status | Count | Average |
google_compute_instance_cpu_utilization Fraction of the allocated CPU that is currently in use on the instance. This value can be greater than 1.0 on some machine types that allow bursting. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. | CPU utilization | Percent | Maximum |
google_compute_mirroring_dropped_packets_count Delta count of dropped mirrored packets. | Dropped packets | Count | Average |
google_compute_mirroring_mirrored_bytes_count Delta count of mirrored bytes. | Mirrored bytes | Bytes | Average |
cloud.instance.state Instance status state. | Status/State | N/A | N/A |
Event support
- Not Supported