-
Notifications
You must be signed in to change notification settings - Fork 706
advanced metrics for starter and essential clusters #21894
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
Changes from 1 commit
3e31ebe
e0aa13d
e3fa1bd
515fc7c
27996d3
985a214
ace5a7f
d6dbe74
c4f6420
0a18bf5
fb2f5df
f5acd2d
0309424
328c89a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -82,27 +82,42 @@ | |||||
| | TiFlash IO MBps | node-write, node-read | The total bytes of read and write in each TiFlash node. | | ||||||
| | TiFlash Storage Usage | node, limit | The storage usage statistics or upper limit of each TiFlash node. | | ||||||
|
|
||||||
| ## Metrics for {{{ .starter }}} and Essential clusters | ||||||
| ## Metrics for {{{ .starter }}} and {{{ .essential }}} clusters | ||||||
|
|
||||||
| The **Metrics** page provides two tabs for metrics of {{{ .starter }}} and {{{ .essential }}} clusters: | ||||||
|
|
||||||
| - **Cluster Status**: displays the cluster-level main metrics. | ||||||
| - **Overview**: displays the cluster-level core metrics. | ||||||
| - **Cluster Status**: displays the cluster-level main advanced metrics. | ||||||
| - **Database Status**: displays the database-level main metrics. | ||||||
|
|
||||||
| ### Overview | ||||||
zuowei593 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| | Metric name | Labels | Description | | ||||||
| | :------------| :------| :-------------------------------------------- | | ||||||
| | Request Units | RU per second | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction to the {{{ .starter }}} cluster. In addition to queries that you run, Request Units can be consumed by background activities, so when the QPS is 0, the Request Units per second might not be zero. | | ||||||
|
||||||
| | Request Units | RU per second | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction to the {{{ .starter }}} cluster. In addition to queries that you run, Request Units can be consumed by background activities, so when the QPS is 0, the Request Units per second might not be zero. | | |
| | Request Units | RU per second | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction in a {{{ .starter }}} cluster. Besides user queries, background activities can also consume RUs, so when QPS is 0, RU usage per second might still be nonzero.| |
qiancai marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
zuowei593 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
qiancai marked this conversation as resolved.
Show resolved
Hide resolved
zuowei593 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
zuowei593 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Check failure on line 113 in tidb-cloud/built-in-monitoring.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.
Raw Output:
{"message": "[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.", "location": {"path": "tidb-cloud/built-in-monitoring.md", "range": {"start": {"line": 113, "column": 72}}}, "severity": "ERROR"}
Check failure on line 116 in tidb-cloud/built-in-monitoring.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.
Raw Output:
{"message": "[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.", "location": {"path": "tidb-cloud/built-in-monitoring.md", "range": {"start": {"line": 116, "column": 57}}}, "severity": "ERROR"}
Check failure on line 117 in tidb-cloud/built-in-monitoring.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.
Raw Output:
{"message": "[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.", "location": {"path": "tidb-cloud/built-in-monitoring.md", "range": {"start": {"line": 117, "column": 43}}}, "severity": "ERROR"}
Check failure on line 117 in tidb-cloud/built-in-monitoring.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[PingCAP.Ordinal] Spell out all ordinal numbers ('95th') in text.
Raw Output:
{"message": "[PingCAP.Ordinal] Spell out all ordinal numbers ('95th') in text.", "location": {"path": "tidb-cloud/built-in-monitoring.md", "range": {"start": {"line": 117, "column": 30}}}, "severity": "ERROR"}
qiancai marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Check failure on line 119 in tidb-cloud/built-in-monitoring.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.
Raw Output:
{"message": "[PingCAP.Ordinal] Spell out all ordinal numbers ('99th') in text.", "location": {"path": "tidb-cloud/built-in-monitoring.md", "range": {"start": {"line": 119, "column": 70}}}, "severity": "ERROR"}
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current description only explains the P99(in-txn) label, but the labels also include P99 and P99(not-in-txn). To make the description complete, it should explain all the labels.1
| | Idle Connection Duration | P99, P99(in-txn), P99(not-in-txn) | The 99th percentile time connections remained idle while inside an open transaction. Long values usually indicate slow app logic or long-running transactions. | | |
| | Idle Connection Duration | P99, P99(in-txn), P99(not-in-txn) | The 99th percentile of time that connections remained idle. `P99(in-txn)` shows idle time within an open transaction, while `P99(not-in-txn)` shows idle time outside of a transaction. Long values usually indicate slow app logic or long-running transactions. | |
Style Guide References
Footnotes
-
The documentation should be complete. ↩
Uh oh!
There was an error while loading. Please reload this page.