[Doc] Metrics for Fragment Instance State Report (backport #63112) (#63122)

Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
mergify[bot] 2025-09-15 05:10:01 +00:00 committed by GitHub
parent d894c1cc98
commit 12f39a524d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 112 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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