Skip to content

Commit 564f861

Browse files
authored
cloud: align Starter and Essential metrics tabs with console (#22969)
1 parent 4596a5f commit 564f861

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

tidb-cloud/built-in-monitoring.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To view the metrics on the **Metrics** page, take the following steps:
2323

2424
In TiDB Cloud, the metrics data is kept for 7 days.
2525

26+
<CustomContent plan="dedicated">
27+
2628
## Metrics for TiDB Cloud Dedicated clusters
2729

2830
The following sections illustrate the metrics on the **Metrics** page for TiDB Cloud Dedicated clusters.
@@ -86,16 +88,20 @@ The following sections illustrate the metrics on the **Metrics** page for TiDB C
8688
| TiProxy Throughput | node | The bytes transferred per second on each TiProxy node. |
8789
| TiProxy Sessions Migration Reasons | reason | The number of session migrations that happen every minute and the reasons for them. |
8890

91+
</CustomContent>
92+
93+
<CustomContent plan="starter,essential">
94+
8995
## Metrics for {{{ .starter }}} and {{{ .essential }}} instances
9096

9197
The **Metrics** page provides two tabs for metrics of {{{ .starter }}} and {{{ .essential }}} instances:
9298

93-
- **Cluster Status**: displays the cluster-level main metrics.
99+
- **Instance Overview**: displays the instance-level main metrics.
94100
- **Database Status**: displays the database-level main metrics.
95101

96-
### Cluster Status
102+
### Instance Overview
97103

98-
The following table illustrates the cluster-level main metrics under the **Cluster Status** tab.
104+
The following table illustrates the instance-level main metrics under the **Instance Overview** tab.
99105

100106
| Metric name | Labels | Description |
101107
| :------------| :------| :-------------------------------------------- |
@@ -121,6 +127,8 @@ The following table illustrates the database-level main metrics under the **Data
121127
| Average Query Duration Per DB | All, {Database name} | The duration from receiving a request from the client to a database until the database executes the request and returns the result to the client.|
122128
| Failed Query Per DB | All, {Database name} | The statistics of error types according to the SQL statement execution errors per second on every database.|
123129

130+
</CustomContent>
131+
124132
## FAQ
125133

126134
**1. Why are some panes empty on this page?**

0 commit comments

Comments
 (0)