Our infrastructure integrations with the Google Cloud Platform (GCP) includes one that reports Google Cloud Functions data to our products. This document explains how to activate the GCP Cloud Functions integration and describes the data that can be reported.
Features
Google Cloud Functions service allows running code in a serverless way. Using the Google UI, developers can create short pieces of code that are intended to do a specific function. The function can then respond to cloud events without the need to manage an application server or runtime environment.
Activate integration
To enable the integration follow standard procedures to connect your GCP service to New Relic.
Polling frequency
Our integrations query your GCP services according to a polling interval, which varies depending on the integration.
- Polling frequency for GCP Cloud Functions: five minutes
- Resolution: one data point every minute
View and use data
After activating the integration and then waiting a few minutes (based on the polling frequency), data will appear in the UI. To view and use your data, including links to your and alert settings, go to one.newrelic.com > All capabilities > Infrastructure > GCP, then select an integration.
Metric data
Metric data we receive from your GCP Cloud Functions integration includes:
Attribute | Description |
---|---|
| Count of functions that executed, by status. |
| Time for each function to execute, in nanoseconds. |
| Memory used for each function, in bytes. |