Skip to content

Commit

Permalink
use kyuubi_jvm_uptime to get instance
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Dec 26, 2024
1 parent 280f97c commit 9fc3b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboard-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 9fc3b5c

Please sign in to comment.