Cloud Bigtable is Google NoSQL Big Data database service. It is the same database that powers many core Google services, including search, analytics, maps, and gmail.
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 BigTable Instance, BigTable Cluster, or BigTable Table.
Supported metrics
BigTable cluster metrics
| OpsRamp Metric | Google Metric | Metric Display Name | Unit | Description |
|---|---|---|---|---|
| google_bigtable_cluster_autoscaling_max_node_count | bigtable.googleapis.com/cluster/autoscaling/max_node_count | Maximum nodes | count | Maximum number of nodes in an autoscaled cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_cluster_autoscaling_min_node_count | bigtable.googleapis.com/cluster/autoscaling/min_node_count | Minimum nodes | count | Minimum number of nodes in an autoscaled cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_cluster_autoscaling_recommended_node_count_for_cpu | bigtable.googleapis.com/cluster/autoscaling/recommended_node_count_for_cpu | Recommended nodes based on CPU | count | Recommended number of nodes in an autoscaled cluster based on CPU usage. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_cluster_autoscaling_recommended_node_count_for_storage | bigtable.googleapis.com/cluster/autoscaling/recommended_node_count_for_storage | Recommended nodes based on storage | count | Recommended number of nodes in an autoscaled cluster based on storage usage. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_cluster_cpu_load | bigtable.googleapis.com/cluster/cpu_load | CPU load | count | CPU load of a cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_cluster_cpu_load_by_app_profile_by_method_by_table | bigtable.googleapis.com/cluster/cpu_load_by_app_profile_by_method_by_table | CPU load by app profile, method, and table | count | CPU load of a cluster. Split by app profile, method, and table. Contains the same underlying data as bigtable.googleapis.com/cluster/cpu_load. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_cluster_cpu_load_hottest_node | bigtable.googleapis.com/cluster/cpu_load_hottest_node | CPU load (hottest node) | count | CPU load of the busiest node in a cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_cluster_cpu_load_hottest_node_high_granularity | bigtable.googleapis.com/cluster/cpu_load_hottest_node_high_granularity | CPU load (hottest node) high granularity | count | CPU load of the busiest node in a cluster sampled at a high granularity. Sampled every 60 seconds. After sampling, data is not visible for up to 300 seconds. |
| google_bigtable_cluster_disk_load | bigtable.googleapis.com/cluster/disk_load | Disk load | count | Utilization of HDD disks in a cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_cluster_node_count | bigtable.googleapis.com/cluster/node_count | Nodes | count | Number of nodes in a cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_cluster_storage_utilization | bigtable.googleapis.com/cluster/storage_utilization | Storage utilization | count | Storage used as a fraction of total storage capacity. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_disk_bytes_used | bigtable.googleapis.com/disk/bytes_used | Data stored | bytes | Amount of compressed data for tables stored in a cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_disk_storage_capacity | bigtable.googleapis.com/disk/storage_capacity | Storage capacity | bytes | Capacity of compressed data for tables that can be stored in a cluster. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
BigTable table metrics
| OpsRamp Metric | Google Metric | Metric Display Name | Unit | Description |
|---|---|---|---|---|
| google_bigtable_client_application_blocking_latencies | bigtable.googleapis.com/client/application_blocking_latencies | Application Blocking Latencies | ms | The total latency introduced by your application when Cloud Bigtable has available response data but your application has not consumed it. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_attempt_latencies | bigtable.googleapis.com/client/attempt_latencies | Attempt Latencies | ms | Client observed latency per RPC attempt. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_client_blocking_latencies | bigtable.googleapis.com/client/client_blocking_latencies | Client Blocking Latencies | ms | The latency introduced by the client by blocking on sending more requests to the server when there are too many pending requests in bulk operations. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_connectivity_error_count | bigtable.googleapis.com/client/connectivity_error_count | Connectivity Error Count | count | Number of requests that failed to reach the Google network. (Requests without google response headers). Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_first_response_latencies | bigtable.googleapis.com/client/first_response_latencies | First Response Latencies | ms | Latency from operation start until the response headers were received. The publishing of the measurement will be delayed until the attempt response has been received. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_operation_latencies | bigtable.googleapis.com/client/operation_latencies | Operation Latencies | ms | Distribution of the total end-to-end latency across all RPC attempts associated with a Bigtable operation. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_retry_count | bigtable.googleapis.com/client/retry_count | Retry Count | count | The number of additional RPCs sent after the initial attempt. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_client_server_latencies | bigtable.googleapis.com/client/server_latencies | Server Latencies | ms | The latency measured between the time when Google frontend receives an RPC and sending back the first byte of the response. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_replication_latency | bigtable.googleapis.com/replication/latency | Replication latencies | ms | Distribution of the replication latencies of mutations to a table, measured as the difference between the commit time at the source and destination clusters. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_replication_max_delay | bigtable.googleapis.com/replication/max_delay | Replication maximum delay | seconds | Upper bound for replication delay between clusters of a table. Indicates the time frame during which latency information may not be accurate. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_server_data_boost_eligibility_count | bigtable.googleapis.com/server/data_boost/eligibility_count | Data Boost traffic eligibility count | count | Current Bigtable requests that are eligible and ineligible for Data Boost. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_server_data_boost_ineligible_reasons | bigtable.googleapis.com/server/data_boost/ineligible_reasons | Data Boost traffic ineligible reasons | count | Reasons that current traffic is ineligible for Data Boost. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. |
| google_bigtable_server_data_boost_spu_usage | bigtable.googleapis.com/server/data_boost/spu_usage | Data Boost SPU Usage | count | The Serverless-Processing-Units usage (in SPU-seconds) for Data Boost requests. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_error_count | bigtable.googleapis.com/server/error_count | Error count | count | Number of server requests for a table that failed with an error. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_latencies | bigtable.googleapis.com/server/latencies | Server Latencies | ms | Distribution of server request latencies for a table. The latency is measured between the time when Cloud Bigtable (behind the Google frontend) receives an RPC and the time when it sends back the last byte of the response. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_modified_rows_count | bigtable.googleapis.com/server/modified_rows_count | Modified rows | count | Number of rows modified by server requests for a table. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_multi_cluster_failovers_count | bigtable.googleapis.com/server/multi_cluster_failovers_count | Multi-cluster failovers | count | Number of failovers during multi-cluster requests. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_read_latencies_by_storage_tier | bigtable.googleapis.com/server/read_latencies_by_storage_tier | Server Read Latencies by Storage Tier | ms | Distribution of server read request latencies by storage tier for a table. The latency is measured between the time when Cloud Bigtable (behind the Google frontend) receives an RPC and the time when it sends back the last byte of the response. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_server_read_request_count_by_storage_tier | bigtable.googleapis.com/server/read_request_count_by_storage_tier | Read request count by Storage Tier | count | Number of server read requests by storage tier for a table. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_server_received_bytes_count | bigtable.googleapis.com/server/received_bytes_count | Received bytes | bytes | Number of bytes of request data received by servers for a table. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_request_count | bigtable.googleapis.com/server/request_count | Request count | count | Number of server requests for a table. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_request_max_per_minute_count | bigtable.googleapis.com/server/request_max_per_minute_count | Five-second maximum requests per minute | count | Maximum number of requests received in a five-second span per minute. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_returned_rows_count | bigtable.googleapis.com/server/returned_rows_count | Returned rows | count | Number of rows returned by server requests for a table. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_server_sent_bytes_count | bigtable.googleapis.com/server/sent_bytes_count | Sent bytes | bytes | Number of bytes of response data sent by servers for a table. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_table_bytes_transferred_to_infrequent_access | bigtable.googleapis.com/table/bytes_transferred_to_infrequent_access | Data moved to Infrequent Access | bytes | Amount of data moved to IA storage. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds. |
| google_bigtable_table_bytes_used | bigtable.googleapis.com/table/bytes_used | Data stored | bytes | Amount of compressed data stored in a table. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |
| google_bigtable_table_change_stream_log_used_bytes | bigtable.googleapis.com/table/change_stream_log_used_bytes | Change stream data | bytes | Amount of disk storage used by the change stream logs. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. |