From 75345a056de08ce97c364e45727aebdcb5b88dc3 Mon Sep 17 00:00:00 2001 From: yiwu-arbug Date: Tue, 30 Jul 2019 10:12:20 -0700 Subject: [PATCH] update tikv grafana allocator_stats name (#751) (#857) https://github.com/tikv/tikv/pull/4411 changed allocator stats name from "jemalloc_stats" to "allocator_stats". Update grafana config accordingly. Tested by deploy a cluster and check grafana: Screen Shot 2019-05-03 at 12 34 08 PM Signed-off-by: Yi Wu --- scripts/tikv_details.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/tikv_details.json b/scripts/tikv_details.json index f268a34e0..dbf335e6c 100644 --- a/scripts/tikv_details.json +++ b/scripts/tikv_details.json @@ -19091,7 +19091,7 @@ "steppedLine": false, "targets": [ { - "expr": "tikv_jemalloc_stats{instance=~\"$instance\"}", + "expr": "tikv_allocator_stats{instance=~\"$instance\"}", "format": "time_series", "hide": false, "intervalFactor": 2, @@ -19102,7 +19102,7 @@ "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "Jemalloc Stats", + "title": "Allocator Stats", "tooltip": { "shared": true, "sort": 0, @@ -19248,4 +19248,4 @@ "title": "Test-Cluster-TiKV-Details2", "uid": "RDVQiEzZz2", "version": 2 -} \ No newline at end of file +}