Introduction
Having multiple versions of your app within each service allows you to quickly switch between different versions of that app for rollbacks, testing, or other temporary events. You can route traffic to one or more specific versions of your app by migrating or splitting traffic.
Setup
To set up the OpsRamp Google integration and discover the Google service,
go to Google Integration Discovery Profile and select GOOGLE/Appengine Service
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
google_appengine_system_cpu_usage | CPU usage | Seconds | 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_appengine_flex_disk_read_bytes_count | Disk read bytes | Bytes | Average | Delta count of bytes read from disk. |
google_appengine_flex_disk_write_bytes_count | Disk write bytes | Bytes | Average | Delta count of bytes written to disk. |
google_appengine_flex_network_received_bytes_count | Received bytes | Bytes | Average | Delta count of bytes received from network. |
google_appengine_flex_network_sent_bytes_count | Sent bytes | Bytes | Average | Delta count of bytes sent over network. |
google_appengine_flex_cpu_reserved_cores | Reserved cores | Count | Average | Number of cores of CPU reserved for the container. If no core limit is set, this will be zero. |
google_appengine_flex_cpu_utilization | CPU utilization | Count | Average | The percentage of the allocated CPU that is currently in use on the container. If no core limit is set, then this metric is not set. |
google_appengine_http_server_dos_intercept_count | Interception count | Count | Average | Delta count of interceptions performed to prevent DoS attacks. |
google_appengine_http_server_quota_denial_count | Quota denial count | Count | Average | Delta count of requests that failed due to the app being over quota. |
google_appengine_http_server_response_count | Response count | Count | Average | Delta HTTP response count. |
google_appengine_http_server_response_latencies | Response latency | MilliSeconds | Average | HTTP response latency. |
google_appengine_http_server_response_style_count | Response count by style | Count | Average | Delta counts on the HTTP serve style. |
google_appengine_memcache_centi_mcu_count | Memcache utilization | Count | Average | Memcache utilization in one hundredth of Memcache Compute Unit grouped by command. |
google_appengine_memcache_operation_count | Memcache operations | Count | Average | Count of memcache key operations, grouped by command and status. |
google_appengine_memcache_received_bytes_count | Memcache received bytes | Bytes | Average | Number of bytes received by app from the memcache API, grouped by status and memcache command. |
google_appengine_memcache_sent_bytes_count | Memcache sent bytes | Bytes | Average | Number of bytes sent by app through the memcache API, grouped by memcache command. |
google_appengine_system_instance_count | Instance count | Count | Average | Number of instances that exist. |
google_appengine_system_memory_usage | Memory usage | Bytes | Average | Total memory used by running instances. |
google_appengine_system_network_received_bytes_count | Received bytes | Bytes | Average | Delta count of incoming network bandwidth. |
google_appengine_system_network_sent_bytes_count | Sent bytes | Bytes | Average | Delta count of outgoing network bandwidth. |
Event support
- Not supported