Google Cloud Datastore
Monitor Google NoSQL Document Database
Not Included in the BindPlane with Google Cloud Monitoring offering
All of the Google Cloud Platform sources listed within this documentation are not included with the BindPlane with Google Cloud Monitoring offering.
For more information on how to use the below LPU and other Google Cloud Data Collection setup. See the Google Cloud Platform Sources
Least Privileged User
A user role with the at least the following permissions is required:
Deploying a Least Privileged User
To learn more about how to deploy a role with these permissions to a GCP Organization, or a GCP Project, please refer to this documentation:
Deploy an Individual LPU role to a GCP Project, or GCP Organization
- cloudnotifications.activities.list
- monitoring.alertPolicies.get
- monitoring.alertPolicies.list
- monitoring.dashboards.get
- monitoring.dashboards.list
- monitoring.groups.get
- monitoring.groups.list
- monitoring.metricDescriptors.get
- monitoring.metricDescriptors.list
- monitoring.monitoredResourceDescriptors.get
- monitoring.monitoredResourceDescriptors.list
- monitoring.notificationChannelDescriptors.get
- monitoring.notificationChannelDescriptors.list
- monitoring.notificationChannels.get
- monitoring.notificationChannels.list
- monitoring.publicWidgets.get
- monitoring.publicWidgets.list
- monitoring.timeSeries.list
- monitoring.uptimeCheckConfigs.get
- monitoring.uptimeCheckConfigs.list
- resourcemanager.projects.get
- resourcemanager.projects.list
- stackdriver.projects.get
Connection Parameters
Name | Required? | Description |
---|---|---|
Private Key JSON | Required | The contents of the private key JSON file created when setting up a service account. |
Metric Collection | Controls which metrics get requested from GCP's Stackdriver API. | |
Projects | Required | A comma separated whitelist of project IDs. If the wildcard "*" is used, resources will be collected from all available projects. |
Connection Timeout | The number of seconds to allow for connecting to the target. |
Metrics
Datastore
Name | Description |
---|---|
Index Writes (Writes per Second) | Rate of Datastore index writes. |
Project Id | The identifier of the project the datastore belongs to. |
Requests (Requests per Second) | Rate of Datastore API calls. |
Sizes Of Read Entities (Bytes) | Distribution of sizes of read entities. |
Sizes Of Written Entities (Bytes) | Distribution of sizes of written entities. |
Request
Name | Description |
---|---|
Index Writes (Writes) | Count of Datastore index writes. |
Module Id | The module of the App Engine application that made this request. |
Project Id | The identifier of the project the datastore request belongs to. |
Requests (Requests) | Count of Datastore API calls. |
Sizes Of Read Entities (Bytes) | Distribution of sizes of read entities. |
Sizes Of Written Entities (Bytes) | Distribution of sizes of written entities. |
Version Id | The major version id of the App Engine application that made this request. |
Updated over 3 years ago