Introduction
Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable using web requests or Pub/Sub events. Cloud Run is serverless: it abstracts away all infrastructure management, so you can focus on what matters most — building great applications.
Note
Use the OpsRamp Google public cloud integration to discover and collect metrics against the Google service.Setup
To set up the OpsRamp Google integration and discover the Google service,
go to Google Integration Discovery Profile and select Cloud Run Services
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
google_run_container_billable_instance_time | Billable Instance Time | Second | Average | Billable time aggregated from all container instances of the revision. For a given container instance, billable time occurs when the container instance is starting or at least one request is being processed. |
google_run_container_cpu_allocation_time | Container CPU Allocation | Second | Average | Container CPU allocation of the revision in seconds. |
google_run_container_memory_allocation_time | Container Memory Allocation | GB.seconds | Average | Container memory allocation of the revision in Gigabytes-seconds. |
google_run_request_count | Request Count | Count | Average | Number of requests reaching the revision. Excludes requests that are not reaching your container instances. |
google_run_request_latencies | Request Latency | Milliseconds | Average | Distribution of request times in milliseconds reaching the revision. |
Event support
- Supported
- Configurable in OpsRamp Google Integration Discovery Profile.