Skip to content

Commit

Permalink
Add description for TiKV Ready handled panel (pingcap#6375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuxiaozhen12 committed Sep 8, 2021
1 parent e57a95f commit 5f16115
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion grafana-tikv-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,14 @@ This document provides a detailed description of these key metrics on the **TiKV

## Raft process

- Ready handled: The count of handled ready operations per second
- Ready handled: The number of handled ready operations per type per second
- count: The number of handled ready operations per second
- has_ready_region: The number of Regions that have ready per second
- pending_region: The operations per second of the Regions being checked for whether it has ready. This metric is deprecated since v3.0.0
- message: The number of messages that the ready operations per second contain
- append: The number of Raft log entries that the ready operations per second contain
- commit: The number of committed Raft log entries that the ready operations per second contain
- snapshot: The number of snapshots that the ready operations per second contains
- 0.99 Duration of Raft store events: The time consumed by Raftstore events (P99)
- Process ready duration: The time consumed for processes to be ready in Raft
- Process ready duration per server: The time consumed for peer processes to be ready in Raft per TiKV instance. It should be less than 2 seconds (P99.99).
Expand Down

0 comments on commit 5f16115

Please sign in to comment.