New Relic's integrations include an integration for reporting your GCP Firestore data to our products. Here we explain how to activate the integration and what data it collects.
Activate integration
To enable the integration follow standard procedures to connect your GCP service to New Relic.
Configuration and polling
You can change the polling frequency and filter data using configuration options.
Default polling information for the GCP Firestore integration:
- New Relic polling interval: 5 minutes
Find and use data
To find your integration data, go to one.newrelic.com > All capabilities > Infrastructure > GCP and select an integration.
Data is attached to the following event type:
Entity | Event Type | Provider |
---|---|---|
Request |
|
|
Instance |
|
|
For more on how to use your data, see Understand and use integration data.
Metric data
This integration collects GCP Firestore data for Request and Instance.
Firestore Request data
Metric | Unit | Description |
---|---|---|
| Count | Count of Firestore API calls. |
Firestore Instance data
Metric | Unit | Description |
---|---|---|
| Count | The number of successful document deletes. |
| Count | The number of successful document reads from queries or lookups. |
| Count | The number of successful document writes. |
| Count | The number of active connections. Each mobile client will have one connection. Each listener in admin SDK will be one connection. |
| Count | The number of snapshot listeners currently registered across all connected clients. |
| Count | The number of Cloud Firestore Security Rule evaluations performed in response to write (create, update, delete) or read (get, list) requests. |