Skip to content

Commit

Permalink
[Doc] Fix feedback issue in query queues (#45805)
Browse files Browse the repository at this point in the history
Signed-off-by: 絵空事スピリット <[email protected]>
  • Loading branch information
EsoragotoSpirit authored May 20, 2024
1 parent 5b2b66b commit 2381617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ----------------------------------------------- | ---- | ------- | -------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ MySQL [(none)]> SHOW PROCESSLIST;

查看 FE 审计日志文件 **fe.audit.log**。 其中 `PendingTimeMs` 字段表示查询在队列中等待的时间,单位为毫秒。

### FE 指标
### 监控指标

下列 FE 指标为各 FE 节点基于自身的统计数据得出。
您可以通过[监控报警](../monitoring/Monitor_and_Alert.md)功能获取相应监控指标观测查询队列。下列 FE 指标为各 FE 节点基于自身的统计数据得出。

| 指标 | 单位 | 类型 | 描述 |
| ----------------------------------------------- | ---- | ------ | --------------------------------------------------------- |
Expand Down

0 comments on commit 2381617

Please sign in to comment.