Skip to content

Commit

Permalink
add description of stale read metrics (#13842) (#13869)
Browse files Browse the repository at this point in the history
* add description of stale read metrics

Signed-off-by: you06 <[email protected]>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Grace Cai <[email protected]>

---------

Signed-off-by: you06 <[email protected]>
Co-authored-by: you06 <[email protected]>
Co-authored-by: Aolin <[email protected]>
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
4 people authored Jun 14, 2023
1 parent e4431b7 commit e21b2f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grafana-tidb-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ To understand the key metrics displayed on the TiDB dashboard, check the followi
- KV Request OPS: the execution times of a KV request, displayed according to TiKV
- KV Request Duration 99 by store: the execution time of a KV request, displayed according to TiKV
- KV Request Duration 99 by type: the execution time of a KV request, displayed according to the request type
- Stale Read OPS: the number of Stale Read requests executed per second, which is divided into `hit` and `miss` categories
- Stale Read Traffic: the traffic produced by Stale Read, which is divided into `hit` and `miss` categories

### PD Client

Expand Down

0 comments on commit e21b2f3

Please sign in to comment.