From 9fc3b5c20f2f708327abe18b5146d80ec7629a26 Mon Sep 17 00:00:00 2001 From: "Wang, Fei" Date: Wed, 25 Dec 2024 17:26:22 -0800 Subject: [PATCH] use kyuubi_jvm_uptime to get instance --- grafana/dashboard-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/dashboard-template.json b/grafana/dashboard-template.json index 032ed29e32d..1a4046459ca 100644 --- a/grafana/dashboard-template.json +++ b/grafana/dashboard-template.json @@ -2270,7 +2270,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "definition": "label_values(kyuubi_memory_usage_total_init, instance)", + "definition": "label_values(kyuubi_jvm_uptime, instance)", "hide": 0, "includeAll": true, "label": "instance", @@ -2280,7 +2280,7 @@ "name": "instance", "options": [], "query": { - "query": "label_values(kyuubi_memory_usage_total_init, instance)", + "query": "label_values(kyuubi_jvm_uptime, instance)", "refId": "StandardVariableQuery" }, "refresh": 1,