[Doc] Add clone metrics doc (backport #63073) (#63110)

Signed-off-by: wyb <wybb86@gmail.com>
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
Co-authored-by: wyb <wybb86@gmail.com>
Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
mergify[bot] 2025-09-15 02:15:06 +00:00 committed by GitHub
parent 8861a1027e
commit ded88787e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 144 additions and 0 deletions

View File

@ -1678,3 +1678,51 @@ For more information on how to build a monitoring service for your StarRocks clu
- Unit: Count
- Description: The number of times blacklisted sql have been intercepted.
### starrocks_fe_scheduled_pending_tablet_num
- Unit: Count
- Type: Instantaneous
- Description: The number of Clone tasks in Pending state FE scheduled, including both BALANCE and REPAIR types.
### starrocks_fe_scheduled_running_tablet_num
- Unit: Count
- Type: Instantaneous
- Description: The number of Clone tasks in Running state FE scheduled, including both BALANCE and REPAIR types.
### starrocks_fe_clone_task_total
- Unit: Count
- Type: Cumulative
- Description: The total number of Clone tasks in the cluster.
### starrocks_fe_clone_task_success
- Unit: Count
- Type: Cumulative
- Description: The number of successfully executed Clone tasks in the cluster.
### starrocks_fe_clone_task_copy_bytes
- Unit: Bytes
- Type: Cumulative
- Description: The total file size copied by Clone tasks in the cluster, including both INTER_NODE and INTRA_NODE types.
### starrocks_fe_clone_task_copy_duration_ms
- Unit: ms
- Type: Cumulative
- Description: The total time for copy consumed by Clone tasks in the cluster, including both INTER_NODE and INTRA_NODE types.
### starrocks_be_clone_task_copy_bytes
- Unit: Bytes
- Type: Cumulative
- Description: The total file size copied by Clone tasks in the BE node, including both INTER_NODE and INTRA_NODE types.
### starrocks_be_clone_task_copy_duration_ms
- Unit: ms
- Type: Cumulative
- Description: The total time for copy consumed by Clone tasks in the BE node, including both INTER_NODE and INTRA_NODE types.

View File

@ -1677,3 +1677,51 @@ StarRocks クラスタのモニタリングサービスの構築方法につい
- 単位: Count
- 説明: ブラックリストに登録された SQL がインターセプトされた回数。
### starrocks_fe_scheduled_pending_tablet_num
- 単位: Count
- タイプ: Instantaneous
- 説明: Pending 状態の FE でスケジュールされたクローンタスクの数BALANCE タイプと REPAIR タイプの両方を含む)。
### starrocks_fe_scheduled_running_tablet_num
- 単位: Count
- タイプ: Instantaneous
- 説明: Running 状態の FE でスケジュールされたクローンタスクの数BALANCE タイプと REPAIR タイプの両方を含む)。
### starrocks_fe_clone_task_total
- 単位: Count
- タイプ: Cumulative
- 説明: クラスタ内のクローンタスクの総数。
### starrocks_fe_clone_task_success
- 単位: Count
- タイプ: Cumulative
- 説明: クラスタ内で正常に実行されたクローンタスクの数。
### starrocks_fe_clone_task_copy_bytes
- 単位: Bytes
- タイプ: Cumulative
- 説明: クラスタ内のクローンタスクによってコピーされたファイルの合計サイズINTER_NODE タイプと INTRA_NODE タイプの両方を含む)。
### starrocks_fe_clone_task_copy_duration_ms
- 単位: ms
- タイプ: Cumulative
- 説明: クラスタ内のクローンタスクがコピーに消費した合計時間INTER_NODE タイプと INTRA_NODE タイプの両方を含む)。
### starrocks_be_clone_task_copy_bytes
- 単位: Bytes
- タイプ: Cumulative
- 説明: BE ード内のクローンタスクによってコピーされたファイルの合計サイズINTER_NODE タイプと INTRA_NODE タイプの両方を含む)。
### starrocks_be_clone_task_copy_duration_ms
- 単位: ms
- タイプ: Cumulative
- 説明: BE ード内のクローンタスクがコピーに消費した合計時間INTER_NODE タイプと INTRA_NODE タイプの両方を含む)。

View File

@ -1717,3 +1717,51 @@ displayed_sidebar: docs
- 单位:个
- 描述: 黑名单 SQL 被拦截的次数。
### starrocks_fe_scheduled_pending_tablet_num
- 单位:个
- 类型:瞬时值
- 描述FE 调度的 Pending 状态的 Clone 任务数,包括 BALANCE 和 REPAIR 两种类型。
### starrocks_fe_scheduled_running_tablet_num
- 单位:个
- 类型:瞬时值
- 描述FE 调度的 Running 状态的 Clone 任务数,包括 BALANCE 和 REPAIR 两种类型。
### starrocks_fe_clone_task_total
- 单位:个
- 类型:累积值
- 描述:集群中 Clone 任务总数。
### starrocks_fe_clone_task_success
- 单位:个
- 类型:累积值
- 描述:集群中执行成功的 Clone 任务总数。
### starrocks_fe_clone_task_copy_bytes
- 单位:字节
- 类型:累积值
- 描述:集群中 Clone 任务拷贝的总文件大小,包括 INTER_NODE 和 INTRA_NODE 两种类型。
### starrocks_fe_clone_task_copy_duration_ms
- 单位:毫秒
- 类型:累积值
- 描述:集群中 Clone 任务拷贝的总耗时,包括 INTER_NODE 和 INTRA_NODE 两种类型。
### starrocks_be_clone_task_copy_bytes
- 单位:字节
- 类型:累积值
- 描述BE 中 Clone 任务拷贝的总文件大小,包括 INTER_NODE 和 INTRA_NODE 两种类型。
### starrocks_be_clone_task_copy_duration_ms
- 单位:毫秒
- 类型:累积值
- 描述BE 中 Clone 任务拷贝的总耗时,包括 INTER_NODE 和 INTRA_NODE 两种类型。