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 #6524

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
Next Next commit
Align with the Chinese version
Signed-off-by: JaySon-Huang <tshent@qq.com>
  • Loading branch information
JaySon-Huang committed Sep 24, 2021
commit 101a7dbd71902f1e9e9d570e67737928ac877e16
11 changes: 9 additions & 2 deletions tiflash/monitor-tiflash.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,17 @@ The following sections introduce the default monitoring information of **TiFlash

## Storage Write Stall

- Write & Delta Management Throughput: The throughput of write and delta's background management for all instances. `throughput_write` means the throughput of data sync through Raft. `throughput_delta-management` means the throughput of data compaction. `total_write` means the total bytes written since last starts. `total_delta-management` means the total bytes of data compaction since last starts.
- Write & Delta Management Throughput: The throughput of write and delta's background management for all instances.
- `throughput_write` means the throughput of data sync through Raft.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
- `throughput_delta-management` means the throughput of data compaction.
- `total_write` means the total bytes written since last starts.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
- `total_delta-management` means the total bytes of data compaction since last starts.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
- Write Stall Duration: The stall duration of write and removing Region data (delete range) by instance.
- Write Throughput By Instance: The throughput of write by instance. It includes the throughput by applying the Raft write commands and Raft snapshots.
- Write Command OPS By Instance: The total count of different kinds of commands received by instance. `write block` means the data logs synced through Raft. `delete_range` means some Regions are removed from or move to this instance. `ingest` means some Region snapshot are applied to this instance.
- Write Command OPS By Instance: The total count of different kinds of commands received by instance.
- `write block` means the data logs synced through Raft.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
- `delete_range` means some Regions are removed from or move to this instance.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
- `ingest` means some Region snapshot are applied to this instance.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

## Raft

Expand Down