Skip to content

Commit 476e185

Browse files
drehelisdotdc
andauthored
fix: breaking change from (#137) in k8s-views-nodes (#142)
Co-authored-by: David Calvert <[email protected]>
1 parent d1cf68b commit 476e185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboards/k8s-views-nodes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3988,14 +3988,14 @@
39883988
"type": "prometheus",
39893989
"uid": "${datasource}"
39903990
},
3991-
"definition": "label_values(node_uname_info{nodename=~\"(?i:($node)(\\.[a-z0-9.]+)?)\"}, instance)",
3991+
"definition": "label_values(node_uname_info{nodename=~\"(?i:($node)(\\\\.[a-z0-9.]+)?)\"}, instance)",
39923992
"hide": 2,
39933993
"includeAll": false,
39943994
"multi": false,
39953995
"name": "instance",
39963996
"options": [],
39973997
"query": {
3998-
"query": "label_values(node_uname_info{nodename=~\"(?i:($node)(\\.[a-z0-9.]+)?)\"}, instance)",
3998+
"query": "label_values(node_uname_info{nodename=~\"(?i:($node)(\\\\.[a-z0-9.]+)?)\"}, instance)",
39993999
"refId": "StandardVariableQuery"
40004000
},
40014001
"refresh": 2,
@@ -4014,6 +4014,6 @@
40144014
"timezone": "",
40154015
"title": "Kubernetes / Views / Nodes",
40164016
"uid": "k8s_views_nodes",
4017-
"version": 35,
4017+
"version": 36,
40184018
"weekStart": ""
40194019
}

0 commit comments

Comments
 (0)