Skip to content

Commit 5ef2260

Browse files
committed
Merge branch 'fix-links'
* fix-links: chore: remove cn links fix: links # Conflicts: # docs/cn/guides/20-cloud/20-manage/03-metrics.md
2 parents 82112c6 + 7284db1 commit 5ef2260

File tree

14 files changed

+55
-340
lines changed

14 files changed

+55
-340
lines changed

docs/cn/guides/00-overview/00-editions/02-dc/01-platforms.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: 平台与区域
33
---
44

55
<!-- #ifendef -->
6-
6+
<!--
7+
<!--
78
Databend Cloud 是一个云原生解决方案,目前支持以下区域的 [Amazon S3](https://aws.amazon.com/s3/):
89
910
![alt text](/img/cloud/dc-platform-en.png)
@@ -13,7 +14,8 @@ Databend Cloud 计划扩展对更多云平台和区域的支持。如果您的
1314
:::
1415
1516
您在开通 Databend Cloud 账号时需要选定一个云厂商及地域。开通成功后,选定的云厂商及地域暂不支持修改。
16-
17+
-->
18+
-->
1719
<!-- #endendef -->
1820

1921
<!-- #ifcndef -->

docs/cn/guides/00-overview/00-editions/02-dc/02-editions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ import DatabendTable from '@site/src/components/DatabendTable';
77
Databend Cloud 提供三种版本:**个人版****商业版****专属版**,您可以根据不同的需求选择合适的版本,以确保不同使用场景下的最佳性能。
88

99
<!-- #ifendef -->
10-
10+
<!--
11+
<!--
1112
如需快速了解这些版本,请访问 [https://www.databend.com/databend-cloud](https://www.databend.com/databend-cloud)。有关定价信息,请参阅 [定价与计费](/guides/overview/editions/dc/pricing)。有关各版本详细功能列表,请参阅 [功能列表](#feature-lists)。
12-
13+
-->
14+
-->
1315
<!-- #endendef -->
1416

1517
<!-- #ifcndef -->

docs/cn/guides/00-overview/00-editions/02-dc/03-pricing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: 定价与计费
33
---
44

55
<!-- #ifendef -->
6-
6+
<!--
7+
<!--
78
您在 Databend Cloud 上的费用由以下几个部分组成:计算集群、存储和云服务费。本页面包含各部分的价格信息以及账单的说明。
89
910
## Databend Cloud 定价
@@ -51,7 +52,8 @@ title: 定价与计费
5152
要查看您的账单,请前往 **管理**,然后点击 **计费**。从那里,您可以查看您的账单并关联信用卡进行支付。
5253
5354
在进行扣费时,Databend Cloud 首先使用优惠券。如果有多个优惠券可用,系统会优先从到期日期最早的优惠券中扣除。请确保在优惠券到期前使用。
54-
55+
-->
56+
-->
5557
<!-- #endendef -->
5658

5759
<!-- #ifcndef -->

docs/cn/guides/20-cloud/00-new-account.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: 入门指南
33
---
44

55
<!-- #ifendef -->
6-
6+
<!--
7+
<!--
78
import StepsWrap from '@site/src/components/StepsWrap';
89
import StepContent from '@site/src/components/Steps/step-content';
910
@@ -51,7 +52,8 @@ Databend Cloud 完全支持各种流行的浏览器,包括 Chrome、Microsoft
5152
![image](@site/static/img/documents/getting-started/02.jpg)
5253
</StepContent>
5354
</StepsWrap>
54-
55+
-->
56+
-->
5557
<!-- #endendef -->
5658

5759
<!-- #ifcndef -->

docs/cn/guides/20-cloud/20-manage/03-metrics.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ scrape_configs:
6161
region: <REGION>
6262
```
6363
64-
| 占位符 | 描述 | 示例 |
65-
| ------------------- | ----------------------------------------- | ---------------------------------------------- |
66-
| `<USERNAME>` | SQL 用户的用户名。 | `metrics` |
67-
| `<PASSWORD>` | SQL 用户的密码。 | `metrics_password` |
68-
| `<TENANT_ENDPOINT>` | Databend Cloud 租户的端点 URL。 | `tnxxxxxxx.gw.aws-us-east-2.default.databend.com` |
69-
| `<TENANT_ID>` | 租户的唯一标识符。 | `tnxxxxxxx` |
70-
| `<PLATFORM>` | 托管租户的云平台。 | `aws` |
71-
| `<REGION>` | 租户所在的区域。 | `us-east-2` |
64+
| 占位符 | 描述 | 示例 |
65+
| ------------------- | ------------------------------- | ------------------------------------------------- |
66+
| `<USERNAME>` | SQL 用户的用户名。 | `metrics` |
67+
| `<PASSWORD>` | SQL 用户的密码。 | `metrics_password` |
68+
| `<TENANT_ENDPOINT>` | Databend Cloud 租户的端点 URL。 | `tnxxxxxxx.gw.aws-us-east-2.default.databend.com` |
69+
| `<TENANT_ID>` | 租户的唯一标识符。 | `tnxxxxxxx` |
70+
| `<PLATFORM>` | 托管租户的云平台。 | `aws` |
71+
| `<REGION>` | 租户所在的区域。 | `us-east-2` |
7272

7373
2. 使用以下命令启动 Prometheus(将 `</path/to/prometheus.yml>` 替换为您的 **prometheus.yml** 文件的完整路径):
7474

@@ -80,7 +80,7 @@ docker run -d \
8080
prom/prometheus
8181
```
8282

83-
3. 在浏览器中打开 Prometheus,访问 `http://localhost:9090`,导航至 **Status** > **Target health**,并确认 `databend-cloud` 目标的状态为 `UP`。
83+
3. 在浏览器中打开 Prometheus,网址为 `http://localhost:9090`,导航到 **Status** > **Target health**,并确认 `databend-cloud` 目标的状态为 `UP`。
8484

8585
![alt text](../../../../../static/img/documents/warehouses/metrics-1.png)
8686

@@ -114,43 +114,43 @@ docker run -d \
114114

115115
以下是 Databend Cloud 中可用的存储指标列表:
116116

117-
| 名称 | 类型 | 标签 | 描述 |
118-
| ----------------------------- | ----- | ------ | ---------------------------------------------- |
119-
| storage_total_size | Guage | tenant | 后端对象存储的总大小 |
120-
| storage_staged_size | Guage | tenant | 后端对象存储中暂存文件的总大小 |
121-
| storage_table_compressed_size | Guage | tenant | 当前表的后端对象存储的总大小 |
122-
| storage_non_current_size | Guage | tenant | 后端存储中非当前对象的总大小 |
117+
| 名称 | 类型 | 标签 | 描述 |
118+
| ----------------------------- | ----- | ------ | ------------------------------ |
119+
| storage_total_size | Guage | tenant | 后端对象存储的总大小 |
120+
| storage_staged_size | Guage | tenant | 后端对象存储中暂存文件的总大小 |
121+
| storage_table_compressed_size | Guage | tenant | 当前表的后端对象存储的总大小 |
122+
| storage_non_current_size | Guage | tenant | 后端存储中非当前对象的总大小 |
123123

124124
### 计算集群指标
125125

126126
以下是 Databend Cloud 中可用的计算集群指标列表:
127127

128-
| 名称 | 类型 | 标签 | 描述 |
129-
| -------------------------------- | ------- | -------------------------- | -------------------------------------------- |
130-
| warehouse_status | Guage | tenant,warehouse,size,status | 计算集群状态的标志(挂起、运行等) |
131-
| warehouse_connections | Guage | tenant,warehouse | 当前会话数 |
132-
| warehouse_queries_queued | Guage | tenant,warehouse | 当前等待队列中的查询数 |
133-
| warehouse_queries_running | Guage | tenant,warehouse | 当前运行的查询数 |
134-
| warehouse_queries_start_total | Counter | tenant,warehouse | 查询启动总数 |
135-
| warehouse_queries_failed_total | Counter | tenant,warehouse | 查询失败总数 |
136-
| warehouse_queries_success_total | Counter | tenant,warehouse | 查询成功总数 |
137-
| warehouse_storage_requests_total | Counter | tenant,warehouse,scheme,op | 后端存储的请求次数 |
138-
| warehouse_storage_requests_bytes | Counter | tenant,warehouse,scheme,op | 后端存储的请求字节数 |
139-
| warehouse_data_scan_rows | Counter | tenant,warehouse | 从后端存储扫描的数据行数 |
140-
| warehouse_data_write_rows | Counter | tenant,warehouse | 写入后端存储的数据行数 |
128+
| 名称 | 类型 | 标签 | 描述 |
129+
| -------------------------------- | ------- | ---------------------------- | ---------------------------------- |
130+
| warehouse_status | Guage | tenant,warehouse,size,status | 计算集群状态的标志(挂起、运行等) |
131+
| warehouse_connections | Guage | tenant,warehouse | 当前的会话数 |
132+
| warehouse_queries_queued | Guage | tenant,warehouse | 当前等待队列中的查询数 |
133+
| warehouse_queries_running | Guage | tenant,warehouse | 当前运行的查询数 |
134+
| warehouse_queries_start_total | Counter | tenant,warehouse | 启动的查询总数 |
135+
| warehouse_queries_failed_total | Counter | tenant,warehouse | 失败的查询总数 |
136+
| warehouse_queries_success_total | Counter | tenant,warehouse | 成功的查询总数 |
137+
| warehouse_storage_requests_total | Counter | tenant,warehouse,scheme,op | 后端存储的请求次数 |
138+
| warehouse_storage_requests_bytes | Counter | tenant,warehouse,scheme,op | 后端存储的请求字节数 |
139+
| warehouse_data_scan_rows | Counter | tenant,warehouse | 从后端存储扫描的数据行数 |
140+
| warehouse_data_write_rows | Counter | tenant,warehouse | 写入后端存储的数据行数 |
141141

142142
### 任务指标
143143

144144
以下是 Databend Cloud 中可用的任务指标列表:
145145

146-
| 名称 | 类型 | 标签 | 描述 |
147-
| ------------------------------- | ------- | ------------- | ------------------------- |
148-
| task_scheduled_total | Counter | tenant,task | 计划任务总数 |
149-
| task_query_requests_total | Counter | tenant,task | 任务的查询请求总数 |
150-
| task_run_skipped_total | Counter | tenant,task | 跳过的任务运行总数 |
151-
| task_accessor_requests_total | Counter | tenant,function | 任务的访问器请求总数 |
152-
| task_notification_success_total | Counter | tenant | 成功的任务通知总数 |
153-
| task_notification_errors_total | Counter | tenant | 任务通知错误总数 |
154-
| task_running_duration_seconds | Counter | tenant,task | 任务运行持续时间(秒) |
155-
| task_running | Counter | tenant,task | 正在运行的任务 |
156-
| task_scheduled_timestamp | Counter | tenant,task | 计划任务的时间戳 |
146+
| 名称 | 类型 | 标签 | 描述 |
147+
| ------------------------------- | ------- | --------------- | ---------------------- |
148+
| task_scheduled_total | Counter | tenant,task | 计划的任务总数 |
149+
| task_query_requests_total | Counter | tenant,task | 任务的查询请求总数 |
150+
| task_run_skipped_total | Counter | tenant,task | 跳过的任务运行总数 |
151+
| task_accessor_requests_total | Counter | tenant,function | 任务的访问器请求总数 |
152+
| task_notification_success_total | Counter | tenant | 成功的任务通知总数 |
153+
| task_notification_errors_total | Counter | tenant | 任务通知错误总数 |
154+
| task_running_duration_seconds | Counter | tenant,task | 任务运行持续时间(秒) |
155+
| task_running | Counter | tenant,task | 正在运行的任务 |
156+
| task_scheduled_timestamp | Counter | tenant,task | 计划任务的时间戳 |

docs/cn/guides/54-query/08-stored-procedure.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/cn/sql-reference/10-sql-commands/00-ddl/18-procedure/_category_.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cn/sql-reference/10-sql-commands/00-ddl/18-procedure/call-procedure.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/cn/sql-reference/10-sql-commands/00-ddl/18-procedure/create-procedure.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/cn/sql-reference/10-sql-commands/00-ddl/18-procedure/drop-procedure.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)