diff --git a/docs/en/administration/management/resource_management/query_queues.md b/docs/en/administration/management/resource_management/query_queues.md index 52be64df7c9cc9..df13df1d1bef99 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 f2768bb2b3a7b7..773b7757d50691 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 节点基于自身的统计数据得出。 | 指标 | 单位 | 类型 | 描述 | | ----------------------------------------------- | ---- | ------ | --------------------------------------------------------- |