It is a lightweight compute solution for developers to create single-purpose, stand-alone functions that respond to Cloud events without the need to manage a server or runtime environment. Deploy your code and let Google run and scale it for you. Cloud functions abstracts away the underlying infrastructure, to focus on your code and build applications.
To set up the Google integration to discover and collect metrics against the Google service.
Setup
To set up the Google integration and discover the Google service,
go to Google Integration Discovery Profile and select Cloud Functions.
Supported metrics
| OpsRamp Metric | Google Metric | Metric Display Name | Unit | Description |
|---|---|---|---|---|
| google_cloudfunctions_function_active_instances | cloudfunctions.googleapis.com/function/active_instances | Active instances | count | The number of active function instances. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_cloudfunctions_function_execution_count | cloudfunctions.googleapis.com/function/execution_count | Executions | count | Count of function executions broken down by status. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_cloudfunctions_function_execution_times | cloudfunctions.googleapis.com/function/execution_times | Execution times | ns | Distribution of functions execution times in nanoseconds. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_cloudfunctions_function_instance_count | cloudfunctions.googleapis.com/function/instance_count | Instance Count | count | The number of function instances, broken down by state. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_cloudfunctions_function_network_egress | cloudfunctions.googleapis.com/function/network_egress | Network egress | bytes | Outgoing network traffic of function, in bytes. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_cloudfunctions_function_user_memory_bytes | cloudfunctions.googleapis.com/function/user_memory_bytes | Memory usage | bytes | Distribution of maximum function's memory usage during execution, in bytes. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
Event support
- Supported
- Configurable in OpsRamp Google Integration Discovery Profile.