GCP Memorystore for Redis Cluster¶
Collect metrics for GCP Memorystore for Redis Cluster, including node connections, CPU, memory, cache hit ratio, operations, and network traffic.
Configuration¶
Install Func¶
We recommend enabling Guance Integration - Extensions - Managed Func. All prerequisites are installed automatically; continue with the script installation.
If you deploy Func yourself, see Self-deploying Func.
Install Script¶
- Log in to the Func console, click [Script Market], open the Guance Script Market, and search for
integration_gcp_redis. - Click [Install], then enter the required parameters: account file name, Target Principal, and account name.
- Click [Deploy Startup Script]. The system automatically creates a
Startupscript set and configures the corresponding startup script. - After enabling it, find the automatic trigger configuration under "Management / Automatic Trigger Configuration". Click [Execute] to run it immediately, then review the task records and logs.
Verification¶
- Under "Management / Automatic Trigger Configuration", confirm that the task exists and check its task records and logs for errors.
- In Guance, check "Infrastructure / Custom" for the corresponding asset information.
- In Guance, check "Metrics" for the
gcp_redismeasurement and its monitoring data.
Metrics¶
GCP Memorystore for Redis Cluster metrics are stored in the gcp_redis measurement. The original metrics come from the Cloud Monitoring redis.googleapis.com/ namespace. For the complete metric catalog, see Google Cloud Memorystore for Redis metrics.
The tags in the table come from actual collected data. role distinguishes primary and replica nodes; shard_id and node_id identify shards and nodes; and command, status, and error_type separate commands, statuses, and error types.
| Metric | Original Metric | Description | Tags | Unit |
|---|---|---|---|---|
cluster_clients_average_connected_clients |
cluster/clients/average_connected_clients |
Value reported by the cluster_clients_average_connected_clients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_clients_maximum_connected_clients |
cluster/clients/maximum_connected_clients |
Value reported by the cluster_clients_maximum_connected_clients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_clients_total_connected_clients |
cluster/clients/total_connected_clients |
Value reported by the cluster_clients_total_connected_clients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_commandstats_total_calls_count |
cluster/commandstats/total_calls_count |
Value reported by the cluster_commandstats_total_calls_count metric. |
cloud_provider, project_id, command, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_commandstats_total_usec_count |
cluster/commandstats/total_usec_count |
Value reported by the cluster_commandstats_total_usec_count metric. |
cloud_provider, project_id, command, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
us |
cluster_cpu_average_utilization |
cluster/cpu/average_utilization |
Value reported by the cluster_cpu_average_utilization metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
% |
cluster_cpu_maximum_utilization |
cluster/cpu/maximum_utilization |
Value reported by the cluster_cpu_maximum_utilization metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
% |
cluster_keyspace_total_keys |
cluster/keyspace/total_keys |
Value reported by the cluster_keyspace_total_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_memory_average_utilization |
cluster/memory/average_utilization |
Value reported by the cluster_memory_average_utilization metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
% |
cluster_memory_maximum_utilization |
cluster/memory/maximum_utilization |
Value reported by the cluster_memory_maximum_utilization metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
% |
cluster_memory_size |
cluster/memory/size |
Value reported by the cluster_memory_size metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Bytes |
cluster_memory_total_used_memory |
cluster/memory/total_used_memory |
Value reported by the cluster_memory_total_used_memory metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Bytes |
cluster_node_clients_blocked_clients |
cluster/node/clients/blocked_clients |
Value reported by the cluster_node_clients_blocked_clients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_clients_connected_clients |
cluster/node/clients/connected_clients |
Value reported by the cluster_node_clients_connected_clients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_clients_maxclients |
cluster/node/clients/maxclients |
Value reported by the cluster_node_clients_maxclients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_clients_recent_max_input_buffer |
cluster/node/clients/recent_max_input_buffer |
Value reported by the cluster_node_clients_recent_max_input_buffer metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_clients_recent_max_output_buffer |
cluster/node/clients/recent_max_output_buffer |
Value reported by the cluster_node_clients_recent_max_output_buffer metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_clients_tracking_clients |
cluster/node/clients/tracking_clients |
Value reported by the cluster_node_clients_tracking_clients metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_commandstats_calls_count |
cluster/node/commandstats/calls_count |
Value reported by the cluster_node_commandstats_calls_count metric. |
cloud_provider, project_id, command, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_commandstats_failed_calls_count |
cluster/node/commandstats/failed_calls_count |
Value reported by the cluster_node_commandstats_failed_calls_count metric. |
cloud_provider, project_id, command, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_commandstats_rejected_calls_count |
cluster/node/commandstats/rejected_calls_count |
Value reported by the cluster_node_commandstats_rejected_calls_count metric. |
cloud_provider, project_id, command, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_commandstats_usec_count |
cluster/node/commandstats/usec_count |
Value reported by the cluster_node_commandstats_usec_count metric. |
cloud_provider, project_id, command, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
us |
cluster_node_cpu_utilization |
cluster/node/cpu/utilization |
Value reported by the cluster_node_cpu_utilization metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, state, monitor_resource_type, node_id |
% |
cluster_node_cross_cluster_replication_role |
cluster/node/cross_cluster_replication/role |
Value reported by the cluster_node_cross_cluster_replication_role metric. |
cloud_provider, ccr_role, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Enum |
cluster_node_errorstats_errors_count |
cluster/node/errorstats/errors_count |
Value reported by the cluster_node_errorstats_errors_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, error_type, monitor_resource_type, node_id |
Count |
cluster_node_json_documents_count |
cluster/node/json/documents_count |
Value reported by the cluster_node_json_documents_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_json_used_memory |
cluster/node/json/used_memory |
Value reported by the cluster_node_json_used_memory metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_keyspace_keys_with_expiration |
cluster/node/keyspace/keys_with_expiration |
Value reported by the cluster_node_keyspace_keys_with_expiration metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_keyspace_total_keys |
cluster/node/keyspace/total_keys |
Value reported by the cluster_node_keyspace_total_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_memory_dataset_usage |
cluster/node/memory/dataset_usage |
Value reported by the cluster_node_memory_dataset_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_lua_usage |
cluster/node/memory/lua_usage |
Value reported by the cluster_node_memory_lua_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_maxmemory |
cluster/node/memory/maxmemory |
Value reported by the cluster_node_memory_maxmemory metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_maxmemory_policy |
cluster/node/memory/maxmemory_policy |
Value reported by the cluster_node_memory_maxmemory_policy metric. |
cloud_provider, maxmemory_policy, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Enum |
cluster_node_memory_mem_not_counted_for_evict |
cluster/node/memory/mem_not_counted_for_evict |
Value reported by the cluster_node_memory_mem_not_counted_for_evict metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_normal_clients_usage |
cluster/node/memory/normal_clients_usage |
Value reported by the cluster_node_memory_normal_clients_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_number_of_cached_scripts |
cluster/node/memory/number_of_cached_scripts |
Value reported by the cluster_node_memory_number_of_cached_scripts metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_memory_number_of_functions |
cluster/node/memory/number_of_functions |
Value reported by the cluster_node_memory_number_of_functions metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_memory_peak_usage |
cluster/node/memory/peak_usage |
Value reported by the cluster_node_memory_peak_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_replica_clients_usage |
cluster/node/memory/replica_clients_usage |
Value reported by the cluster_node_memory_replica_clients_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_rss_usage |
cluster/node/memory/rss_usage |
Value reported by the cluster_node_memory_rss_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_scripts_usage |
cluster/node/memory/scripts_usage |
Value reported by the cluster_node_memory_scripts_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_usage |
cluster/node/memory/usage |
Value reported by the cluster_node_memory_usage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_memory_utilization |
cluster/node/memory/utilization |
Value reported by the cluster_node_memory_utilization metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
% |
cluster_node_persistence_aof_enabled |
cluster/node/persistence/aof_enabled |
Value reported by the cluster_node_persistence_aof_enabled metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bool |
cluster_node_persistence_aof_last_cow_size |
cluster/node/persistence/aof_last_cow_size |
Value reported by the cluster_node_persistence_aof_last_cow_size metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_persistence_aof_last_rewrite_time_sec |
cluster/node/persistence/aof_last_rewrite_time_sec |
Value reported by the cluster_node_persistence_aof_last_rewrite_time_sec metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
s |
cluster_node_persistence_aof_rewrite_in_progress |
cluster/node/persistence/aof_rewrite_in_progress |
Value reported by the cluster_node_persistence_aof_rewrite_in_progress metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bool |
cluster_node_persistence_async_loading |
cluster/node/persistence/async_loading |
Value reported by the cluster_node_persistence_async_loading metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bool |
cluster_node_persistence_current_cow_peak |
cluster/node/persistence/current_cow_peak |
Value reported by the cluster_node_persistence_current_cow_peak metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_persistence_current_cow_size |
cluster/node/persistence/current_cow_size |
Value reported by the cluster_node_persistence_current_cow_size metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_persistence_current_fork_percentage |
cluster/node/persistence/current_fork_percentage |
Value reported by the cluster_node_persistence_current_fork_percentage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
% |
cluster_node_persistence_loading |
cluster/node/persistence/loading |
Value reported by the cluster_node_persistence_loading metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bool |
cluster_node_persistence_rdb_last_bgsave_time_sec |
cluster/node/persistence/rdb_last_bgsave_time_sec |
Value reported by the cluster_node_persistence_rdb_last_bgsave_time_sec metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
s |
cluster_node_persistence_rdb_last_cow_size |
cluster/node/persistence/rdb_last_cow_size |
Value reported by the cluster_node_persistence_rdb_last_cow_size metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_replication_offset |
cluster/node/replication/offset |
Value reported by the cluster_node_replication_offset metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_replication_sync_full_count |
cluster/node/replication/sync_full_count |
Value reported by the cluster_node_replication_sync_full_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_replication_sync_partial_err_count |
cluster/node/replication/sync_partial_err_count |
Value reported by the cluster_node_replication_sync_partial_err_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_replication_sync_partial_ok_count |
cluster/node/replication/sync_partial_ok_count |
Value reported by the cluster_node_replication_sync_partial_ok_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_server_healthy |
cluster/node/server/healthy |
Value reported by the cluster_node_server_healthy metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bool |
cluster_node_server_uptime |
cluster/node/server/uptime |
Value reported by the cluster_node_server_uptime metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
s |
cluster_node_stats_acl_access_denied_auths_count |
cluster/node/stats/acl_access_denied_auths_count |
Value reported by the cluster_node_stats_acl_access_denied_auths_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_connections_received_count |
cluster/node/stats/connections_received_count |
Value reported by the cluster_node_stats_connections_received_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_evicted_clients_count |
cluster/node/stats/evicted_clients_count |
Value reported by the cluster_node_stats_evicted_clients_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_evicted_keys_count |
cluster/node/stats/evicted_keys_count |
Value reported by the cluster_node_stats_evicted_keys_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_expire_cycle_cpu_millisecond_count |
cluster/node/stats/expire_cycle_cpu_millisecond_count |
Value reported by the cluster_node_stats_expire_cycle_cpu_millisecond_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
ms |
cluster_node_stats_expired_keys_count |
cluster/node/stats/expired_keys_count |
Value reported by the cluster_node_stats_expired_keys_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_expired_keys_percentage |
cluster/node/stats/expired_keys_percentage |
Value reported by the cluster_node_stats_expired_keys_percentage metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
% |
cluster_node_stats_expired_time_cap_reached_count |
cluster/node/stats/expired_time_cap_reached_count |
Value reported by the cluster_node_stats_expired_time_cap_reached_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_keyspace_hits_count |
cluster/node/stats/keyspace_hits_count |
Value reported by the cluster_node_stats_keyspace_hits_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_keyspace_misses_count |
cluster/node/stats/keyspace_misses_count |
Value reported by the cluster_node_stats_keyspace_misses_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_latest_fork_usec |
cluster/node/stats/latest_fork_usec |
Value reported by the cluster_node_stats_latest_fork_usec metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
us |
cluster_node_stats_net_input_bytes_count |
cluster/node/stats/net_input_bytes_count |
Value reported by the cluster_node_stats_net_input_bytes_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_stats_net_output_bytes_count |
cluster/node/stats/net_output_bytes_count |
Value reported by the cluster_node_stats_net_output_bytes_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Bytes |
cluster_node_stats_pubsub_channels |
cluster/node/stats/pubsub_channels |
Value reported by the cluster_node_stats_pubsub_channels metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_pubsub_patterns |
cluster/node/stats/pubsub_patterns |
Value reported by the cluster_node_stats_pubsub_patterns metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_pubsubshard_channels |
cluster/node/stats/pubsubshard_channels |
Value reported by the cluster_node_stats_pubsubshard_channels metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_rejected_connections_count |
cluster/node/stats/rejected_connections_count |
Value reported by the cluster_node_stats_rejected_connections_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_total_fork_count |
cluster/node/stats/total_fork_count |
Value reported by the cluster_node_stats_total_fork_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_tracking_total_items |
cluster/node/stats/tracking_total_items |
Value reported by the cluster_node_stats_tracking_total_items metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_tracking_total_keys |
cluster/node/stats/tracking_total_keys |
Value reported by the cluster_node_stats_tracking_total_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_node_stats_tracking_total_prefixes |
cluster/node/stats/tracking_total_prefixes |
Value reported by the cluster_node_stats_tracking_total_prefixes metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, shard_id, location, monitor_resource_type, node_id |
Count |
cluster_persistence_rdb_saves_count |
cluster/persistence/rdb_saves_count |
Value reported by the cluster_persistence_rdb_saves_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, status_string, status_code, monitor_resource_type |
Count |
cluster_search_attributes |
cluster/search/attributes |
Value reported by the cluster_search_attributes metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_search_average_used_memory_bytes |
cluster/search/average_used_memory_bytes |
Value reported by the cluster_search_average_used_memory_bytes metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Bytes |
cluster_search_background_indexing_in_progress |
cluster/search/background_indexing_in_progress |
Value reported by the cluster_search_background_indexing_in_progress metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Bool |
cluster_search_indexed_keys |
cluster/search/indexed_keys |
Value reported by the cluster_search_indexed_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_search_indexes |
cluster/search/indexes |
Value reported by the cluster_search_indexes metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_search_maximum_used_memory_bytes |
cluster/search/maximum_used_memory_bytes |
Value reported by the cluster_search_maximum_used_memory_bytes metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Bytes |
cluster_search_query_requests_count |
cluster/search/query_requests_count |
Value reported by the cluster_search_query_requests_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, status, location, monitor_resource_type |
Count |
cluster_search_total_used_memory_bytes |
cluster/search/total_used_memory_bytes |
Value reported by the cluster_search_total_used_memory_bytes metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Bytes |
cluster_stats_average_evicted_keys |
cluster/stats/average_evicted_keys |
Value reported by the cluster_stats_average_evicted_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_stats_average_expired_keys |
cluster/stats/average_expired_keys |
Value reported by the cluster_stats_average_expired_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_stats_average_keyspace_hits |
cluster/stats/average_keyspace_hits |
Value reported by the cluster_stats_average_keyspace_hits metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_average_keyspace_misses |
cluster/stats/average_keyspace_misses |
Value reported by the cluster_stats_average_keyspace_misses metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_maximum_evicted_keys |
cluster/stats/maximum_evicted_keys |
Value reported by the cluster_stats_maximum_evicted_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_stats_maximum_expired_keys |
cluster/stats/maximum_expired_keys |
Value reported by the cluster_stats_maximum_expired_keys metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_stats_maximum_keyspace_hits |
cluster/stats/maximum_keyspace_hits |
Value reported by the cluster_stats_maximum_keyspace_hits metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_maximum_keyspace_misses |
cluster/stats/maximum_keyspace_misses |
Value reported by the cluster_stats_maximum_keyspace_misses metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_total_connections_received_count |
cluster/stats/total_connections_received_count |
Value reported by the cluster_stats_total_connections_received_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_total_evicted_keys_count |
cluster/stats/total_evicted_keys_count |
Value reported by the cluster_stats_total_evicted_keys_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_stats_total_expired_keys_count |
cluster/stats/total_expired_keys_count |
Value reported by the cluster_stats_total_expired_keys_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, location, monitor_resource_type |
Count |
cluster_stats_total_keyspace_hits_count |
cluster/stats/total_keyspace_hits_count |
Value reported by the cluster_stats_total_keyspace_hits_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_total_keyspace_misses_count |
cluster/stats/total_keyspace_misses_count |
Value reported by the cluster_stats_total_keyspace_misses_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
cluster_stats_total_net_input_bytes_count |
cluster/stats/total_net_input_bytes_count |
Value reported by the cluster_stats_total_net_input_bytes_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Bytes |
cluster_stats_total_net_output_bytes_count |
cluster/stats/total_net_output_bytes_count |
Value reported by the cluster_stats_total_net_output_bytes_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Bytes |
cluster_stats_total_rejected_connections_count |
cluster/stats/total_rejected_connections_count |
Value reported by the cluster_stats_total_rejected_connections_count metric. |
cloud_provider, project_id, cluster_uid, cluster_id, project_name, account_name, role, location, monitor_resource_type |
Count |
Objects¶
Collected GCP Memorystore for Redis Cluster objects are available under "Infrastructure - Resource Catalog".
{
"measurement": "gcp_redis_cluster",
"tags": {
"account_name": "xxx",
"cloud_provider": "gcp",
"cluster_id": "xxx",
"node_type": "REDIS_SHARED_CORE_NANO",
"project_id": "xxx",
"state": "ACTIVE"
},
"fields": {
"assetType": "redis.googleapis.com/Cluster",
"authorizationMode": "AUTH_MODE_DISABLED",
"automatedBackupConfig": {
"automatedBackupMode": "DISABLED"
},
"createTime": "xxx",
"deletionProtectionEnabled": false,
"discoveryEndpoints": [
{
"address": "xxx",
"port": 6379,
"pscConfig": {
"network": "projects/xxx/global/networks/xxx"
}
}
],
"effectiveMaintenanceVersion": "REDISCLUSTER_20260626_00_01",
"encryptionInfo": {
"encryptionType": "GOOGLE_DEFAULT_ENCRYPTION"
},
"persistenceConfig": {
"mode": "DISABLED"
},
"preciseSizeGb": 1.4,
"projectName": "xxx",
"replicaCount": 0,
"resourceCreateTime": "xxx",
"resourceName": "//redis.googleapis.com/projects/xxx/locations/xxx/clusters/xxx",
"satisfiesPzi": true,
"serverCaMode": "SERVER_CA_MODE_UNSPECIFIED",
"shardCount": 1,
"sizeGb": 2,
"transitEncryptionMode": "TRANSIT_ENCRYPTION_MODE_DISABLED",
"uid": "xxx",
"zoneDistributionConfig": {
"mode": "SINGLE_ZONE",
"zone": "xxx"
}
}
}
Note: Fields in tags and fields may change in later updates.