Skip to content

Commit

Permalink
Update k8s-views-nodes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fcecagno authored Mar 26, 2023
1 parent c1a4483 commit d2a4ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/k8s-views-nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3754,14 +3754,14 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(node_uname_info{nodename=~\"(?i:($node))\"}, instance)",
"definition": "label_values(node_uname_info{job=\"$job\"}, instance)",
"hide": 2,
"includeAll": false,
"multi": false,
"name": "instance",
"options": [],
"query": {
"query": "label_values(node_uname_info{nodename=~\"(?i:($node))\"}, instance)",
"query": "label_values(node_uname_info{job=\"$job\"}, instance)",
"refId": "StandardVariableQuery"
},
"refresh": 2,
Expand Down

0 comments on commit d2a4ef3

Please sign in to comment.