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.