Skip to content

Commit

Permalink
fix: instance variable in k8s-views-nodes.json (#39)
Browse files Browse the repository at this point in the history
fix #37
  • Loading branch information
fcecagno committed Mar 31, 2023
1 parent c1a4483 commit 50a04c6
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 50a04c6

Please sign in to comment.