From e96aaf7beb73716fbc091c22e41abd0bb9757deb Mon Sep 17 00:00:00 2001 From: shichun-0415 Date: Mon, 6 Sep 2021 14:36:50 +0800 Subject: [PATCH] Update grafana-pd-dashboard.md Change leader to peer. --- grafana-pd-dashboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana-pd-dashboard.md b/grafana-pd-dashboard.md index 68c346e865323..7b457bfdf5a9f 100644 --- a/grafana-pd-dashboard.md +++ b/grafana-pd-dashboard.md @@ -84,8 +84,8 @@ The following is the description of PD Dashboard metrics items: ## Statistics - hot read -- Hot Region's leader distribution: The total number of leader Regions that have become read hotspots on each TiKV instance -- Total read bytes on hot leader Regions: The total read bytes of leaders that have become read hotspots on each TiKV instance +- Hot Region's peer distribution: The total number of peer Regions that have become read hotspots on each TiKV instance +- Total read bytes on hot peer Regions: The total read bytes of peers that have become read hotspots on each TiKV instance - Store read rate bytes: The total read bytes of each TiKV instance - Store read rate keys: The total read keys of each TiKV instance - Hot cache read entry number: The number of peers that are in the read hotspot statistics module on each TiKV instance