Skip to content
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

Add desc of "Storage Write Stall" row in the TiFlash grafana (#7161) #7221

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update tiflash/monitor-tiflash.md
Co-authored-by: shichun-0415 <89768198+shichun-0415@users.noreply.github.com>
  • Loading branch information
2 people authored and ti-chi-bot committed Sep 29, 2021
commit ce0b2500491066e1e7715fae9b0f46a8476963d8
2 changes: 1 addition & 1 deletion tiflash/monitor-tiflash.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TiFlash 面板一共包括 **TiFlash-Summary**、**TiFlash-Proxy-Summary**、**T
- `throughput_delta-management` 表示数据整理的吞吐量。
- `total_write` 表示自上次启动以来的总写入字节数。
- `total_delta-management` 表示自上次启动以来数据整理的总字节数。
- Write Stall Duration:每个实例写入和移除 Region 数据发生 stall 的时长
- Write Stall Duration:每个实例写入和移除 Region 数据产生的卡顿时长
- Write Throughput By Instance:每个实例写入数据的吞吐量,包括 apply Raft 数据日志以及 Raft 快照的写入吞吐量。
- Write Command OPS By Instance:每个实例收到各种命令的总计数。
- `write block` 表示通过 Raft 同步数据日志。
Expand Down