Skip to content

Commit 26f6c7e

Browse files
committed
Change metric to retrieve hostname
1 parent 3f33b72 commit 26f6c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/kolla/config/grafana/dashboards/openstack/openstack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,15 +3076,15 @@
30763076
"type": "prometheus",
30773077
"uid": "${datasource}"
30783078
},
3079-
"definition": "label_values(node_cpu_seconds_total,instance)",
3079+
"definition": "label_values(node_uname_info,nodename)",
30803080
"hide": 0,
30813081
"includeAll": true,
30823082
"label": "Host",
30833083
"multi": true,
30843084
"name": "host",
30853085
"options": [],
30863086
"query": {
3087-
"query": "label_values(node_cpu_seconds_total,instance)",
3087+
"query": "label_values(node_uname_info,nodename)",
30883088
"refId": "PrometheusVariableQueryEditor-VariableQuery"
30893089
},
30903090
"refresh": 2,

0 commit comments

Comments
 (0)