Introduction
Compute Engine instances can run the public images for Linux and Windows Server that Google provides as well as 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 OpsRamp Google integration and discover the Google service,
go to Google Integration Discovery Profile,
select Instances > Perform Actions and check Manage Devices.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
google_compute_firewall_dropped_bytes_count | Firewall Dropped Bytes Count | Count | Average | Delta count of incoming bytes dropped by the firewall. |
google_compute_firewall_dropped_packets_count | Firewall Dropped Packets Count | Count | Average | Delta count of incoming packets dropped by the firewall. |
google_compute_instance_cpu_usage_time | CPU usage | Count | Average | Obtain the per-core CPU utilization ratio by performing a rate operation on a point: doubleValue/(end-start), then divide by instance/cpu/reserved_cores at the corresponding end timestamp. |
google_compute_instance_cpu_reserved_cores | Reserved cores | Count | Average | Number of cores reserved on the host of the instance. |
google_compute_instance_disk_read_bytes_count | Disk read bytes | Bytes | Average | Delta count of bytes read from disk. |
google_compute_instance_disk_read_ops_count | Disk read operations | Count | Average | Delta count of disk read I/O operations |
google_compute_instance_disk_write_bytes_count | Disk write bytes | Bytes | Average | Delta count of bytes written to disk. |
google_compute_instance_disk_write_ops_count | Disk write operations | Count | Average | Delta count of disk write I/O operations. |
google_compute_instance_disk_throttled_read_bytes_count | Throttled read bytes | Bytes | Average | Delta count of bytes in throttled read operations. |
google_compute_instance_disk_throttled_read_ops_count | Throttled read operations | Count | Average | Delta count of throttled read operations. |
google_compute_instance_disk_throttled_write_bytes_count | Throttled write bytes | Bytes | Average | Delta count of bytes in throttled write operations. |
google_compute_instance_disk_throttled_write_ops_count | Throttled write operations | Count | Average | Delta count of throttled write operations. |
google_compute_instance_network_received_bytes_count | Received bytes | Bytes | Average | Delta count of bytes received from network. |
google_compute_instance_network_received_packets_count | Received packets | Packets | Average | Delta count of packets received from network. |
google_compute_instance_network_sent_bytes_count | Sent bytes | Bytes | Average | Delta count of bytes sent over network. |
google_compute_instance_network_sent_packets_count | Sent packets | Packets | Average | Delta count of packets sent over network. |
google_compute_instance_integrity_early_boot_validation_status | Instance Integrity Early Boot Validation Status | Count | Average | Validation status of early boot integrity policy. |
google_compute_instance_integrity_late_boot_validation_status | Instancec Integrity Late Boot Validation Status | Count | Average | Validation status of late boot integrity policy. |
google_compute_instance_cpu_utilization | CPU utilization | Percent | MAX | 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. |
google_compute_mirroring_dropped_packets_count | Dropped packets | Count | Average | Delta count of dropped mirrored packets. |
google_compute_mirroring_mirrored_bytes_count | Mirrored bytes | Bytes | Average | Delta count of mirrored bytes. |
cloud.instance.state | Status/State | N/A | N/A | Instance status state. |
Event support
- Not Supported