Skip to content

Commit

Permalink
Change metric to retrieve hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
technowhizz committed Apr 23, 2024
1 parent 3f33b72 commit 26f6c7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3076,15 +3076,15 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(node_cpu_seconds_total,instance)",
"definition": "label_values(node_uname_info,nodename)",
"hide": 0,
"includeAll": true,
"label": "Host",
"multi": true,
"name": "host",
"options": [],
"query": {
"query": "label_values(node_cpu_seconds_total,instance)",
"query": "label_values(node_uname_info,nodename)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 2,
Expand Down

0 comments on commit 26f6c7e

Please sign in to comment.