From d177874ddfba7f5179b74638ea4b985ecad8a487 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, 20 May 2024 11:08:01 +0800 Subject: [PATCH] [Doc] Fix feedback issue in query queues (#45805) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 絵空事スピリット (cherry picked from commit 2381617c89faa201d17d1d1e527dc1edfc21ed9a) --- .../management/resource_management/query_queues.md | 4 ++-- .../management/resource_management/query_queues.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/administration/management/resource_management/query_queues.md b/docs/en/administration/management/resource_management/query_queues.md index 52be64df7c9cc..df13df1d1bef9 100644 --- a/docs/en/administration/management/resource_management/query_queues.md +++ b/docs/en/administration/management/resource_management/query_queues.md @@ -145,9 +145,9 @@ mysql> SHOW PROCESSLIST; You can check the FE audit log file **fe.audit.log**. The field `PendingTimeMs` indicates the time a query spent waiting in a queue, and its unit is milliseconds. -### FE metrics +### Monitoring metrics -The following FE metrics are derived from the statistical data of each FE node. +You can obtain metrics of query queues in StarRocks using the [Monitor and Alert](../monitoring/Monitor_and_Alert.md) feature. The following FE metrics are derived from the statistical data of each FE node. | Metric | Unit | Type | Description | | ----------------------------------------------- | ---- | ------- | -------------------------------------------------------------- | diff --git a/docs/zh/administration/management/resource_management/query_queues.md b/docs/zh/administration/management/resource_management/query_queues.md index f2768bb2b3a7b..773b7757d5069 100644 --- a/docs/zh/administration/management/resource_management/query_queues.md +++ b/docs/zh/administration/management/resource_management/query_queues.md @@ -147,9 +147,9 @@ MySQL [(none)]> SHOW PROCESSLIST; 查看 FE 审计日志文件 **fe.audit.log**。 其中 `PendingTimeMs` 字段表示查询在队列中等待的时间,单位为毫秒。 -### FE 指标 +### 监控指标 -下列 FE 指标为各 FE 节点基于自身的统计数据得出。 +您可以通过[监控报警](../monitoring/Monitor_and_Alert.md)功能获取相应监控指标观测查询队列。下列 FE 指标为各 FE 节点基于自身的统计数据得出。 | 指标 | 单位 | 类型 | 描述 | | ----------------------------------------------- | ---- | ------ | --------------------------------------------------------- |