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,