Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Fix feedback issue in query queues (backport #45805) #45902

Merged
merged 5 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/administration/query_queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mysql> SHOW PROCESSLIST;

- Check the FE audit log file **fe.audit.log**. The field `PendingTimeMs` indicates the time that a query is in a queue, and its unit is milliseconds.

- Check the following FE metrics:
- Check the following monitoring metrics:

| **Metrics** | **Description** |
| -------------------------------- | ---------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/administration/query_queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ MySQL [(none)]> SHOW PROCESSLIST;

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

- 查看以下 FE Metrics
- 查看以下监控指标

| **Metrics** | **描述** |
| -------------------------------- | -------------------------- |
Expand Down
Loading