From 301188b592736866352e9b653458e3a92db9ec29 Mon Sep 17 00:00:00 2001 From: liubo0127 Date: Thu, 1 Aug 2019 16:29:34 +0800 Subject: [PATCH] update tikv monitor on overview dashboard --- scripts/overview.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/overview.json b/scripts/overview.json index 1cb50b1af..13ebd3b70 100644 --- a/scripts/overview.json +++ b/scripts/overview.json @@ -3582,7 +3582,7 @@ "steppedLine": false, "targets": [ { - "expr": "avg(process_resident_memory_bytes{instance=~\"$instance\"}) by (instance)", + "expr": "avg(process_resident_memory_bytes{job=\"tikv\"}) by (instance)", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", @@ -5274,4 +5274,4 @@ "title": "Test-Cluster-Overview", "uid": "eDbRZpnWk", "version": 2 -} \ No newline at end of file +}