General Monitoring Metrics
This topic introduces some important general metrics of StarRocks.
For dedicated metrics for materialized views and shared-data clusters, please refer to the corresponding sections:
- Metrics for asynchronous materialized view metrics
- Metrics for Shared-data Dashboard metrics, and Starlet Dashboard metrics
For more information on how to build a monitoring service for your StarRocks cluster, see Monitor and Alert.
Metric itemsβ
be_broker_countβ
- Unit: Count
- Type: Average
- Description: Number of brokers.
be_brpc_endpoint_countβ
- Unit: Count
- Type: Average
- Description: Number of StubCache in bRPC.
be_bytes_read_per_secondβ
- Unit: Bytes/s
- Type: Average
- Description: Read speed of BE.
be_bytes_written_per_secondβ
- Unit: Bytes/s
- Type: Average
- Description: Write speed of BE.
be_base_compaction_bytes_per_secondβ
- Unit: Bytes/s
- Type: Average
- Description: Base compaction speed of BE.
be_cumulative_compaction_bytes_per_secondβ
- Unit: Bytes/s
- Type: Average
- Description: Cumulative compaction speed of BE.
be_base_compaction_rowsets_per_secondβ
- Unit: Count
- Type: Average
- Description: Base compaction speed of BE rowsets.
be_cumulative_compaction_rowsets_per_secondβ
- Unit: Count
- Type: Average
- Description: Cumulative compaction speed of BE rowsets.
be_base_compaction_failedβ
- Unit: Count/s
- Type: Average
- Description: Base compaction failure of BE.
be_clone_failedβ
- Unit: Count/s
- Type: Average
- Description: BE clone failure.
be_create_rollup_failedβ
- Unit: Count/s
- Type: Average
- Description: Materialized view creation failure of BE.
be_create_tablet_failedβ
- Unit: Count/s
- Type: Average
- Description: Tablet creation failure of BE.
be_cumulative_compaction_failedβ
- Unit: Count/s
- Type: Average
- Description: Cumulative compaction failure of BE.
be_delete_failedβ
- Unit: Count/s
- Type: Average
- Description: Delete failure of BE.
be_finish_task_failedβ
- Unit: Count/s
- Type: Average
- Description: Task failure of BE.
be_publish_failedβ
- Unit: Count/s
- Type: Average
- Description: Version release failure of BE.
be_report_tables_failedβ
- Unit: Count/s
- Type: Average
- Description: Table report failure of BE.
be_report_disk_failedβ
- Unit: Count/s
- Type: Average
- Description: Disk report failure of BE.
be_report_tablet_failedβ
- Unit: Count/s
- Type: Average
- Description: Tablet report failure of BE.
be_report_task_failedβ
- Unit: Count/s
- Type: Average
- Description: Task report failure of BE.
be_schema_change_failedβ
- Unit: Count/s
- Type: Average
- Description: Schema change failure of BE.
be_base_compaction_requestsβ
- Unit: Count/s
- Type: Average
- Description: Base compaction request of BE.
be_clone_total_requestsβ
- Unit: Count/s
- Type: Average
- Description: Clone request of BE.
be_create_rollup_requestsβ
- Unit: Count/s
- Type: Average
- Description: Materialized view creation request of BE.
be_create_tablet_requestsβ
- Unit: Count/s
- Type: Average
- Description: Tablet creation request of BE.
be_cumulative_compaction_requestsβ
- Unit: Count/s
- Type: Average
- Description: Cumulative compaction request of BE.
be_delete_requestsβ
- Unit: Count/s
- Type: Average
- Description: Delete request of BE.
be_finish_task_requestsβ
- Unit: Count/s
- Type: Average
- Description: Task finish request of BE.
be_publish_requestsβ
- Unit: Count/s
- Type: Average
- Description: Version publish request of BE.
be_report_tablets_requestsβ
- Unit: Count/s
- Type: Average
- Description: Tablet report request of BE.
be_report_disk_requestsβ
- Unit: Count/s
- Type: Average
- Description: Disk report request of BE.
be_report_tablet_requestsβ
- Unit: Count/s
- Type: Average
- Description: Tablet report request of BE.
be_report_task_requestsβ
- Unit: Count/s
- Type: Average
- Description: Task report request of BE.
be_schema_change_requestsβ
- Unit: Count/s
- Type: Average
- Description: Schema change report request of BE.
be_storage_migrate_requestsβ
- Unit: Count/s
- Type: Average
- Description: Migration request of BE.
be_fragment_endpoint_countβ
- Unit: Count
- Type: Average
- Description: Number of BE DataStream.
be_fragment_request_latency_avgβ
- Unit: ms
- Type: Average
- Description: Latency of fragment requests.
be_fragment_requests_per_secondβ
- Unit: Count/s
- Type: Average
- Description: Number of fragment requests.
be_http_request_latency_avgβ
- Unit: ms
- Type: Average
- Description: Latency of HTTP requests.
be_http_requests_per_secondβ
- Unit: Count/s
- Type: Average
- Description: Number of HTTP requests.
be_http_request_send_bytes_per_secondβ
- Unit: Bytes/s
- Type: Average
- Description: Number of bytes sent for HTTP requests.
fe_connections_per_secondβ
- Unit: Count/s
- Type: Average
- Description: New connection rate of FE.
fe_connection_totalβ
- Unit: Count
- Type: Cumulative
- Description: Total number of FE connections.
fe_edit_log_readβ
- Unit: Count/s
- Type: Average
- Description: Read speed of FE edit log.
fe_edit_log_size_bytesβ
- Unit: Bytes/s
- Type: Average
- Description: Size of FE edit log.
fe_edit_log_writeβ
- Unit: Bytes/s
- Type: Average
- Description: Write speed of FE edit log.
fe_checkpoint_push_per_secondβ
- Unit: Count/s
- Type: Average
- Description: Number of FE checkpoints.
fe_pending_hadoop_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of pending hadoop jobs.
fe_committed_hadoop_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of committed hadoop jobs.
fe_loading_hadoop_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of loading hadoop jobs.
fe_finished_hadoop_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of completedhadoop jobs.
fe_cancelled_hadoop_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of cancelled hadoop jobs.
fe_pending_insert_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of pending insert jobs.
fe_loading_insert_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of loading insert jobs.
fe_committed_insert_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of committed insert jobs.
fe_finished_insert_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of completed insert jobs.
fe_cancelled_insert_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of cancelled insert jobs.
fe_pending_broker_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of pending broker jobs.
fe_loading_broker_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of loading broker jobs.
fe_committed_broker_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of committed broker jobs.
fe_finished_broker_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of finished broker jobs.
fe_cancelled_broker_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of cancelled broker jobs.
fe_pending_delete_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of pending delete jobs.
fe_loading_delete_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of loading delete jobs.
fe_committed_delete_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of committed delete jobs.
fe_finished_delete_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of finished delete jobs.
fe_cancelled_delete_load_jobβ
- Unit: Count
- Type: Average
- Description: Number of cancelled delete jobs.
fe_rollup_running_alter_jobβ
- Unit: Count
- Type: Average
- Description: Number of jobs created in rollup.
fe_schema_change_running_jobβ
- Unit: Count
- Type: Average
- Description: Number of jobs in schema change.
cpu_utilβ
- Unit: -
- Type: Average
- Description: CPU usage rate.
cpu_systemβ
- Unit: -
- Type: Average
- Description: cpu_system usage rate.
cpu_userβ
- Unit: -
- Type: Average
- Description: cpu_user usage rate.
cpu_idleβ
- Unit: -
- Type: Average
- Description: cpu_idle usage rate.
cpu_guestβ
- Unit: -
- Type: Average
- Description: cpu_guest usage rate.
cpu_iowaitβ
- Unit: -
- Type: Average
- Description: cpu_iowait usage rate.
cpu_irqβ
- Unit: -
- Type: Average
- Description: cpu_irq usage rate.
cpu_niceβ
- Unit: -
- Type: Average
- Description: cpu_nice usage rate.
cpu_softirqβ
- Unit: -
- Type: Average
- Description: cpu_softirq usage rate.
cpu_stealβ
- Unit: -
- Type: Average
- Description: cpu_steal usage rate.
disk_freeβ
- Unit: Bytes
- Type: Average
- Description: Free disk capacity.
disk_io_svctmβ
- Unit: ms
- Type: Average
- Description: Disk IO service time.
disk_io_utilβ
- Unit: -
- Type: Average
- Description: Disk usage.
disk_usedβ
- Unit: Bytes
- Type: Average
- Description: Used disk capacity.
encryption_keys_createdβ
- Unit: Count
- Type: Cumulative
- Description: number of file encryption keys created for file encryption
encryption_keys_unwrappedβ
- Unit: Count
- Type: Cumulative
- Description: number of encryption meta unwrapped for file decryption
encryption_keys_in_cacheβ
- Unit: Count
- Type: Instantaneous
- Description: number of encryption keys currently in key cache
starrocks_fe_meta_log_countβ
- Unit: Count
- Type: Instantaneous
- Description: The number of Edit Logs without a checkpoint. A value within
100000is considered reasonable..
starrocks_fe_query_resource_groupβ
- Unit: Count
- Type: Cumulative
- Description: The number of queries for each resource group.
starrocks_fe_query_resource_group_latencyβ
- Unit: Seconds
- Type: Average
- Description: the query latency percentile for each resource group.
starrocks_fe_query_resource_group_errβ
- Unit: Count
- Type: Cumulative
- Description: The number of incorrect queries for each resource group.
starrocks_be_resource_group_cpu_limit_ratioβ
- Unit: -
- Type: Instantaneous
- Description: Instantaneous value of resource group cpu quota ratio.
starrocks_be_resource_group_cpu_use_ratioβ
- Unit: -
- Type: Average
- Description: The ratio of CPU time used by the resource group to the CPU time of all resource groups.
starrocks_be_resource_group_mem_limit_bytesβ
- Unit: Bytes
- Type: Instantaneous
- Description: Instantaneous value of resource group memory quota.
starrocks_be_resource_group_mem_inuse_bytesβ
- Unit: Bytes
- Type: Instantaneous
- Description: Instantaneous value of resource group memory usage.
starrocks_be_pipe_prepare_pool_queue_lenβ
- Unit: Count
- Type: Instantaneous
- Description: Instantaneous value of pipeline prepare thread pool task queue length.
starrocks_fe_safe_modeβ
- Unit: -
- Type: Instantaneous
- Description: Indicates whether Safe Mode is enabled. Valid values:
0(disabled) and1(enabled). When Safe Mode is enabled, the cluster no longer accepts any loading requests.
starrocks_fe_unfinished_backup_jobβ
- Unit: Count
- Type: Instantaneous
- Description: Indicates the number of running BACKUP tasks under the specific warehouse. For a shared-nothing cluster, this item only monitors the default warehouse. For a shared-data cluster, this value is always
0.
starrocks_fe_unfinished_restore_jobβ
- Unit: Count
- Type: Instantaneous
- Description: Indicates the number of running RESTORE tasks under the specific warehouse. For a shared-nothing cluster, this item only monitors the default warehouse. For a shared-data cluster, this value is always
0.
starrocks_fe_memory_usageβ
- Unit: Bytes or Count
- Type: Instantaneous
- Description: Indicates the memory statistics for various modules under the specific warehouse. For a shared-nothing cluster, this item only monitors the default warehouse.
starrocks_fe_unfinished_queryβ
- Unit: Count
- Type: Instantaneous
- Description: Indicates the number of queries currently running under the specific warehouse. For a shared-nothing cluster, this item only monitors the default warehouse.
starrocks_fe_last_finished_job_timestampβ
- Unit: ms
- Type: Instantaneous
- Description: Indicates the end time of the last query or loading under the specific warehouse. For a shared-nothing cluster, this item only monitors the default warehouse.
starrocks_fe_query_resource_groupβ
- Unit: Count
- Type: Cumulative
- Description: Indicates the total number of queries executed under the specific resource group.
starrocks_fe_query_resource_group_errβ
- Unit: Count
- Type: Cumulative
- Description: Indicates the number of failed queries under the specific resource group.
starrocks_fe_query_resource_group_latencyβ
- Unit: ms
- Type: Cumulative
- Description: Indicates the latency statistics for queries under the specific resource group.
starrocks_fe_tablet_numβ
- Unit: Count
- Type: Instantaneous
- Description: Indicates the number of tablets on each BE node.
starrocks_fe_tablet_max_compaction_scoreβ
- Unit: Count
- Type: Instantaneous
- Description: Indicates the highest Compaction Score on each BE node.
update_compaction_outputs_totalβ
- Unit: Count
- Description: Total number of Primary Key table compactions.
update_del_vector_bytes_totalβ
- Unit: Bytes
- Description: Total memory used for caching DELETE vectors in Primary Key tables.
push_request_duration_usβ
- Unit: us
- Description: Total time spent on Spark Load.
writable_blocks_total (Deprecated)β
disks_data_used_capacityβ
- Description: Used capacity of each disk (represented by a storage path).
query_scan_rowsβ
- Unit: Count
- Description: Total number of scanned rows.
update_primary_index_numβ
- Unit: Count
- Description: Number of Primary Key indexes cached in memory.
result_buffer_block_countβ
- Unit: Count
- Description: Number of blocks in the result buffer.
query_scan_bytesβ
- Unit: Bytes
- Description: Total number of scanned bytes.
disk_reads_completedβ
- Unit: Count
- Description: Number of successfully completed disk reads.
query_cache_hit_countβ
- Unit: Count
- Description: Number of query cache hits.
jemalloc_resident_bytesβ
- Unit: Bytes
- Description: Maximum number of bytes in physically resident data pages mapped by the allocator, comprising all pages dedicated to allocator metadata, pages backing active allocations, and unused dirty pages.
blocks_open_writing (Deprecated)β
disk_io_time_weigthedβ
- Unit: ms
- Description: Weighted time spent on I/Os.
update_compaction_task_byte_per_secondβ
- Unit: Bytes/s
- Description: Estimated rate of Primary Key table compactions.
blocks_open_reading (Deprecated)β
tablet_update_max_compaction_scoreβ
- Unit: -
- Description: Highest compaction score of tablets in Primary Key tables in the current BE.
segment_readβ
- Unit: Count
- Description: Total number of segment reads.