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 Google integration and discover the Google service,
go to Google Integration Discovery Profile and select GOOGLE/Appengine Service
.
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
google_appengine_system_cpu_usage 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 | Seconds | Average |
google_appengine_flex_disk_read_bytes_count Delta count of bytes read from disk. | Disk read bytes | Bytes | Average |
google_appengine_flex_disk_write_bytes_count Delta count of bytes written to disk. | Disk write bytes | Bytes | Average |
google_appengine_flex_network_received_bytes_count Delta count of bytes received from network. | Received bytes | Bytes | Average |
google_appengine_flex_network_sent_bytes_count Delta count of bytes sent over network. | Sent bytes | Bytes | Average |
google_appengine_flex_cpu_reserved_cores Number of cores of CPU reserved for the container. If no core limit is set, this is zero. | Reserved cores | Count | Average |
google_appengine_flex_cpu_utilization The percentage of the allocated CPU that is currently in use on the container. If no core limit is set, this metric is not set. | CPU utilization | Count | Average |
google_appengine_http_server_dos_intercept_count Delta count of interceptions performed to prevent DoS attacks. | Interception count | Count | Average |
google_appengine_http_server_quota_denial_count Delta count of requests that failed due to the app being over quota. | Quota denial count | Count | Average |
google_appengine_http_server_response_count Delta HTTP response count. | Response count | Count | Average |
google_appengine_http_server_response_latencies HTTP response latency. | Response latency | MilliSeconds | Average |
google_appengine_http_server_response_style_count Delta counts on the HTTP serve style. | Response count by style | Count | Average |
google_appengine_memcache_centi_mcu_count Memcache utilization in one hundredth of Memcache Compute Unit grouped by command. | Memcache utilization | Count | Average |
google_appengine_memcache_operation_count Count of memcache key operations, grouped by command and status. | Memcache operations | Count | Average |
google_appengine_memcache_received_bytes_count Number of bytes received by app from the memcache API, grouped by status and memcache command. | Memcache received bytes | Bytes | Average |
google_appengine_memcache_sent_bytes_count Number of bytes sent by app through the memcache API, grouped by memcache command. | Memcache sent bytes | Bytes | Average |
google_appengine_system_instance_count Number of instances that exist. | Instance count | Count | Average |
google_appengine_system_memory_usage Total memory used by running instances. | Memory usage | Bytes | Average |
google_appengine_system_network_received_bytes_count Delta count of incoming network bandwidth. | Received bytes | Bytes | Average |
google_appengine_system_network_sent_bytes_count Delta count of outgoing network bandwidth. | Sent bytes | Bytes | Average |
Event support
- Not supported