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 description for TiKV Ready handled panel #6375

Merged
merged 4 commits into from
Sep 8, 2021
Merged
Changes from 2 commits
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
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
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- has_ready_region: The number of Regions who have ready
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- pending_region: The operations of the Region being checked whether has ready. This metric is deprecated since v3.0.0
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- message: The number of messages that each ready operation contains
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- append: The number of Raft log entry that each ready operation contains
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- commit: The number of committed Raft log entry that each ready operation contains
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- snapshot: The number of snapshots that each ready operation contains
Liuxiaozhen12 marked this conversation as resolved.
Show resolved Hide resolved
- 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