Skip to content

Commit

Permalink
fix: missing cluster variable in data links (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninir authored Feb 11, 2025
1 parent a397ae5 commit d4b599f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dashboards/k8s-views-nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
{
"targetBlank": true,
"title": "Pod details",
"url": "/d/k8s_views_pods/kubernetes-views-pods?${datasource:queryparam}&var-namespace=${__data.fields.namespace}&var-pod=${__data.fields.pod}&${resolution:queryparam}&${__url_time_range}"
"url": "/d/k8s_views_pods/kubernetes-views-pods?${datasource:queryparam}&var-namespace=${__data.fields.namespace}&${cluster:queryparam}&var-pod=${__data.fields.pod}&${resolution:queryparam}&${__url_time_range}"
}
],
"mappings": [],
Expand Down Expand Up @@ -4014,6 +4014,6 @@
"timezone": "",
"title": "Kubernetes / Views / Nodes",
"uid": "k8s_views_nodes",
"version": 33,
"version": 34,
"weekStart": ""
}
4 changes: 2 additions & 2 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"links": [
{
"title": "",
"url": "/d/k8s_views_nodes/kubernetes-views-nodes?var-datasource=${datasource}&var-node=${__field.labels.node}"
"url": "/d/k8s_views_nodes/kubernetes-views-nodes?var-datasource=${datasource}&var-node=${__field.labels.node}&${cluster:queryparam}"
}
],
"mappings": [],
Expand Down Expand Up @@ -2749,6 +2749,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 35,
"version": 36,
"weekStart": ""
}

0 comments on commit d4b599f

Please sign in to comment.