This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 28e7dd296c9 [docs] add fe/be metrics table documentation (#3204)
28e7dd296c9 is described below

commit 28e7dd296c91a83731bf208244ba698cc0f6262a
Author: zhaorongsheng <[email protected]>
AuthorDate: Tue Dec 23 19:42:13 2025 +0800

    [docs] add fe/be metrics table documentation (#3204)
    
    ## Versions
    
    - [x ] dev
    - [ ] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    
    ---------
    
    Co-authored-by: zhaorongsheng <[email protected]>
---
 .../information_schema/backend_metrics.md          | 27 ++++++++++++++++++++
 .../information_schema/frontend_metrics.md         | 26 +++++++++++++++++++
 .../information_schema/backend_metrics.md          | 29 ++++++++++++++++++++++
 .../information_schema/frontend_metrics.md         | 28 +++++++++++++++++++++
 .../information_schema/backend_metrics.md          | 29 ++++++++++++++++++++++
 .../information_schema/frontend_metrics.md         | 28 +++++++++++++++++++++
 6 files changed, 167 insertions(+)

diff --git 
a/docs/admin-manual/system-tables/information_schema/backend_metrics.md 
b/docs/admin-manual/system-tables/information_schema/backend_metrics.md
new file mode 100644
index 00000000000..0416896a6b8
--- /dev/null
+++ b/docs/admin-manual/system-tables/information_schema/backend_metrics.md
@@ -0,0 +1,27 @@
+---
+{
+    "title": "backend_metrics",
+    "language": "en"
+}
+---
+
+## Overview
+
+Used to view metrics of Backend nodes
+
+## Database
+
+
+`information_schema`
+
+
+## Table Information
+
+| Column Name       | Type         | Description                               
                   |
+| ----------------- | ------------ | 
------------------------------------------------------------ |
+| BE_ID             | varchar(256) | The ID of the Backend instance            
                   |
+| BE_IP             | varchar(256) | The IP address of the Backend instance    
                   |
+| METRIC_NAME       | varchar(256) | The name of the metric                    
                   |
+| METRIC_TYPE       | varchar(256) | The type of the metric                    
                   |
+| METRIC_VALUE      | varchar(256) | The value of the metric                   
                   |
+| TAG               | varchar(256) | The tag of the metric                     
                   |
diff --git 
a/docs/admin-manual/system-tables/information_schema/frontend_metrics.md 
b/docs/admin-manual/system-tables/information_schema/frontend_metrics.md
new file mode 100644
index 00000000000..9941366faa9
--- /dev/null
+++ b/docs/admin-manual/system-tables/information_schema/frontend_metrics.md
@@ -0,0 +1,26 @@
+---
+{
+    "title": "frontend_metrics",
+    "language": "en"
+}
+---
+
+## Overview
+
+Used to view metrics of Frontend nodes
+
+## Database
+
+
+`information_schema`
+
+
+## Table Information
+
+| Column Name       | Type         | Description                               
                   |
+| ----------------- | ------------ | 
------------------------------------------------------------ |
+| FE                | varchar(256) | The IP address of the Frontend instance   
                   |
+| METRIC_NAME       | varchar(256) | The name of the metric                    
                   |
+| METRIC_TYPE       | varchar(256) | The type of the metric                    
                   |
+| METRIC_VALUE      | varchar(256) | The value of the metric                   
                   |
+| TAG               | varchar(256) | The tag of the metric                     
                   |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/backend_metrics.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/backend_metrics.md
new file mode 100644
index 00000000000..49c86ebcbfe
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/backend_metrics.md
@@ -0,0 +1,29 @@
+---
+{
+    "title": "backend_metrics",
+    "language": "zh-CN"
+}
+---
+
+## 概述
+
+用于查看 Backend 节点的指标
+
+
+
+## 所属数据库
+
+
+`information_schema`
+
+
+## 表信息
+
+| 列名              | 类型         | 说明                               |
+| :---------------- | :----------- | :------------------------------- |
+| BE_ID             | varchar(256) | Backend 实例的 ID                 |
+| BE_IP             | varchar(256) | Backend 实例的 IP 地址             |
+| METRIC_NAME       | varchar(256) | 指标名称                           |
+| METRIC_TYPE       | varchar(256) | 指标类型                           |
+| METRIC_VALUE      | varchar(256) | 指标值                             |
+| TAG               | varchar(256) | 指标标签                           |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/frontend_metrics.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/frontend_metrics.md
new file mode 100644
index 00000000000..0812ab5ad3e
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/frontend_metrics.md
@@ -0,0 +1,28 @@
+---
+{
+    "title": "frontend_metrics",
+    "language": "zh-CN"
+}
+---
+
+## 概述
+
+用于查看 Frontend 节点的指标
+
+
+
+## 所属数据库
+
+
+`information_schema`
+
+
+## 表信息
+
+| 列名              | 类型         | 说明                               |
+| :---------------- | :----------- | :--------------------------------- |
+| FE                | varchar(256) | Frontend 实例的 IP 地址            |
+| METRIC_NAME       | varchar(256) | 指标名称                           |
+| METRIC_TYPE       | varchar(256) | 指标类型                           |
+| METRIC_VALUE      | varchar(256) | 指标值                             |
+| TAG               | varchar(256) | 指标标签                           |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/system-tables/information_schema/backend_metrics.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/system-tables/information_schema/backend_metrics.md
new file mode 100644
index 00000000000..49c86ebcbfe
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/system-tables/information_schema/backend_metrics.md
@@ -0,0 +1,29 @@
+---
+{
+    "title": "backend_metrics",
+    "language": "zh-CN"
+}
+---
+
+## 概述
+
+用于查看 Backend 节点的指标
+
+
+
+## 所属数据库
+
+
+`information_schema`
+
+
+## 表信息
+
+| 列名              | 类型         | 说明                               |
+| :---------------- | :----------- | :------------------------------- |
+| BE_ID             | varchar(256) | Backend 实例的 ID                 |
+| BE_IP             | varchar(256) | Backend 实例的 IP 地址             |
+| METRIC_NAME       | varchar(256) | 指标名称                           |
+| METRIC_TYPE       | varchar(256) | 指标类型                           |
+| METRIC_VALUE      | varchar(256) | 指标值                             |
+| TAG               | varchar(256) | 指标标签                           |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/system-tables/information_schema/frontend_metrics.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/system-tables/information_schema/frontend_metrics.md
new file mode 100644
index 00000000000..0812ab5ad3e
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/system-tables/information_schema/frontend_metrics.md
@@ -0,0 +1,28 @@
+---
+{
+    "title": "frontend_metrics",
+    "language": "zh-CN"
+}
+---
+
+## 概述
+
+用于查看 Frontend 节点的指标
+
+
+
+## 所属数据库
+
+
+`information_schema`
+
+
+## 表信息
+
+| 列名              | 类型         | 说明                               |
+| :---------------- | :----------- | :--------------------------------- |
+| FE                | varchar(256) | Frontend 实例的 IP 地址            |
+| METRIC_NAME       | varchar(256) | 指标名称                           |
+| METRIC_TYPE       | varchar(256) | 指标类型                           |
+| METRIC_VALUE      | varchar(256) | 指标值                             |
+| TAG               | varchar(256) | 指标标签                           |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to