From 45bfb2e72578b965aa9a7337e8b3e6df87cce186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B5=B5=E7=A9=BA=E4=BA=8B=E3=82=B9=E3=83=94=E3=83=AA?= =?UTF-8?q?=E3=83=83=E3=83=88?= Date: Mon, 15 Sep 2025 13:02:37 +0800 Subject: [PATCH] [Doc] Metrics for Fragment Instance State Report (#63112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 絵空事スピリット --- .../management/monitoring/metrics.md | 48 +++++++++++++++++++ .../management/monitoring/metrics.md | 48 +++++++++++++++++++ .../management/monitoring/metrics.md | 24 ++++++---- 3 files changed, 112 insertions(+), 8 deletions(-) diff --git a/docs/en/administration/management/monitoring/metrics.md b/docs/en/administration/management/monitoring/metrics.md index 0d379b53f12..ee7025c2efb 100644 --- a/docs/en/administration/management/monitoring/metrics.md +++ b/docs/en/administration/management/monitoring/metrics.md @@ -1635,6 +1635,54 @@ For more information on how to build a monitoring service for your StarRocks clu - Unit: Count - Description: Queued task count in the pipeline PREPARE thread pool. This is an instantaneous value. +### starrocks_be_exec_state_report_active_threads + +- Unit: Count +- Type: Instantaneous +- Description: The number of tasks being executed in the thread pool that reports the execution status of the Fragment instance. + +### starrocks_be_exec_state_report_running_threads + +- Unit: Count +- Type: Instantaneous +- Description: The number of threads in the thread pool that reports the execution status of the Fragment instance, with a minimum of 1 and a maximum of 2. + +### starrocks_be_exec_state_report_threadpool_size + +- Unit: Count +- Type: Instantaneous +- Description: The maximum number of threads in the thread pool that reports the execution status of the Fragment instance, defaults to 2. + +### starrocks_be_exec_state_report_queue_count + +- Unit: Count +- Type: Instantaneous +- Description: The number of tasks queued in the thread pool that reports the execution status of the Fragment instance, up to a maximum of 1000. + +### starrocks_be_priority_exec_state_report_active_threads + +- Unit: Count +- Type: Instantaneous +- Description: The number of tasks being executed in the thread pool that reports the final execution state of the Fragment instance. + +### starrocks_be_priority_exec_state_report_running_threads + +- Unit: Count +- Type: Instantaneous +- Description: The number of threads in the thread pool that reports the final execution status of the Fragment instance, with a minimum of 1 and a maximum of 2. + +### starrocks_be_priority_exec_state_report_threadpool_size + +- Unit: Count +- Type: Instantaneous +- Description: The maximum number of threads in the thread pool that reports the final execution status of the Fragment instance, defaults to 2. + +### starrocks_be_priority_exec_state_report_queue_count + +- Unit: Count +- Type: Instantaneous +- Description: The number of tasks queued in the thread pool that reports the final execution status of the Fragment instance, up to a maximum of 2147483647. + ### starrocks_fe_routine_load_jobs - Unit: Count diff --git a/docs/ja/administration/management/monitoring/metrics.md b/docs/ja/administration/management/monitoring/metrics.md index 80a9c8a658c..2c8881cd8a6 100644 --- a/docs/ja/administration/management/monitoring/metrics.md +++ b/docs/ja/administration/management/monitoring/metrics.md @@ -1634,6 +1634,54 @@ StarRocks クラスタのモニタリングサービスの構築方法につい - 単位: Count - 説明: パイプライン PREPARE スレッドプールにおけるキュータスクの数。これは瞬時値です。 +### starrocks_be_exec_state_report_active_threads + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの実行状態を報告するスレッドプール内で実行中のタスクの数。 + +### starrocks_be_exec_state_report_running_threads + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの実行状態を報告するスレッドプールのスレッド数。最小値は 1、最大値は 2。 + +### starrocks_be_exec_state_report_threadpool_size + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの実行状態を報告するスレッドプールの最大スレッド数。デフォルトは 2 です。 + +### starrocks_be_exec_state_report_queue_count + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの実行状態を報告するスレッドプールにキューイングされるタスクの数。最大値は 1000 です。 + +### starrocks_be_priority_exec_state_report_active_threads + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの最終的な実行状態を報告するスレッドプール内で実行中のタスクの数。 + +### starrocks_be_priority_exec_state_report_running_threads + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの最終的な実行状態を報告するスレッドプールのスレッド数。最小値は 1、最大値は 2。 + +### starrocks_be_priority_exec_state_report_threadpool_size + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの最終的な実行状態を報告するスレッドプールの最大スレッド数。デフォルトは 2 です。 + +### starrocks_be_priority_exec_state_report_queue_count + +- 単位: Count +- タイプ: Instantaneous +- 説明: Fragment インスタンスの最終的な実行状態を報告するスレッドプールにキューイングされるタスクの数。最大値は 2147483647 です。 + ### starrocks_fe_routine_load_jobs - 単位: Count diff --git a/docs/zh/administration/management/monitoring/metrics.md b/docs/zh/administration/management/monitoring/metrics.md index 37243418b6c..352a22060b2 100644 --- a/docs/zh/administration/management/monitoring/metrics.md +++ b/docs/zh/administration/management/monitoring/metrics.md @@ -1637,42 +1637,50 @@ displayed_sidebar: docs ### starrocks_be_exec_state_report_active_threads - 单位:个 -- 描述:汇报 Fragment 实例执行状态的线程池中正在执行的任务数(瞬时值)。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例执行状态的线程池中正在执行的任务数。 ### starrocks_be_exec_state_report_running_threads - 单位:个 -- 描述:汇报 Fragment 实例执行状态的线程池的线程数(瞬时值),最小为 1,最大为 2。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例执行状态的线程池的线程数,最小为 1,最大为 2。 ### starrocks_be_exec_state_report_threadpool_size - 单位:个 -- 描述:汇报 Fragment 实例执行状态的线程池的最大线程数(瞬时值),默认为 2。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例执行状态的线程池的最大线程数,默认为 2。 ### starrocks_be_exec_state_report_queue_count - 单位:个 -- 描述:汇报 Fragment 实例执行状态的线程池中排队的任务数(瞬时值),最大为 1000。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例执行状态的线程池中排队的任务数,最大为 1000。 ### starrocks_be_priority_exec_state_report_active_threads - 单位:个 -- 描述:汇报 Fragment 实例最终执行状态的线程池中正在执行的任务数(瞬时值)。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例最终执行状态的线程池中正在执行的任务数。 ### starrocks_be_priority_exec_state_report_running_threads - 单位:个 -- 描述:汇报 Fragment 实例最终执行状态的线程池的线程数(瞬时值),最小为 1,最大为 2。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例最终执行状态的线程池的线程数,最小为 1,最大为 2。 ### starrocks_be_priority_exec_state_report_threadpool_size - 单位:个 -- 描述:汇报 Fragment 实例最终执行状态的线程池的最大线程数(瞬时值),默认为 2。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例最终执行状态的线程池的最大线程数,默认为 2。 ### starrocks_be_priority_exec_state_report_queue_count - 单位:个 -- 描述:汇报 Fragment 实例最终执行状态的线程池中排队的任务数(瞬时值),最大为 2147483647。 +- 类型:瞬时值 +- 描述:汇报 Fragment 实例最终执行状态的线程池中排队的任务数,最大为 2147483647。 ### starrocks_fe_routine_load_jobs