You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: grafana-overview-dashboard.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ To understand the key metrics displayed on the Overview dashboard, check the fol
42
42
| TiDB | Transaction Duration | The execution time of a transaction |
43
43
| TiDB | KV Cmd OPS | The number of executed KV commands. |
44
44
| TiDB | KV Cmd Duration 99 | The execution time of the KV command. |
45
-
| TiDB | PD TSO OPS | The number of TSO that TiDB obtains from PD per second. |
45
+
| TiDB | PD TSO OPS | The number of gRPC requests per second that TiDB sends to PD (cmd) and the number of TSO requests (request); each gRPC request contains a batch of TSO requests. |
46
46
| TiDB | PD TSO Wait Duration | The duration that TiDB waits for PD to return TSO. |
47
47
| TiDB | TiClient Region Error OPS | The number of Region related errors returned by TiKV. |
48
48
| TiDB | Lock Resolve OPS | The number of TiDB operations that resolve locks. When TiDB's read or write request encounters a lock, it tries to resolve the lock. |
Copy file name to clipboardexpand all lines: grafana-tidb-dashboard.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -133,10 +133,10 @@ The following metrics relate to requests sent to TiKV. Retry requests are counte
133
133
- PD Client CMD OPS: the statistics of commands executed by PD Client per second
134
134
- PD Client CMD Duration: the time it takes for PD Client to execute commands
135
135
- PD Client CMD Fail OPS: the statistics of failed commands executed by PD Client per second
136
-
- PD TSO OPS: the number of TSO that TiDB obtains from PD per second
136
+
- PD TSO OPS: the number of gRPC requests per second that TiDB sends to PD (cmd) and the number of TSO requests (request); each gRPC request contains a batch of TSO requests
137
137
- PD TSO Wait Duration: the time that TiDB waits for PD to return TSO
138
-
- PD TSO RPC duration: the duration from the time that TiDB sends request to PD (to get TSO) to the time that TiDB receives TSO
139
-
-Start TSO Wait Duration: the duration from the time that TiDB sends request to PD (to get `start TSO`) to the time that TiDB receives `start TSO`
138
+
- PD TSO RPC duration: the duration from the time that TiDB sends gRPC requests to PD to get TSO to the time that TiDB receives the gRPC response from PD
139
+
-Async TSO Duration: the duration from the time that TiDB prepares to get TSO to the time that TiDB actually starts to wait for PD to return TSO
0 commit comments