Skip to content

Commit

Permalink
feat: added link from pods to nodes
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david@0xdc.me>
  • Loading branch information
dotdc committed Aug 31, 2023
1 parent ab62016 commit df42ae5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@
},
"fieldConfig": {
"defaults": {
"links": [
{
"title": "",
"url": "/d/k8s_views_nodes/kubernetes-views-nodes?var-datasource=${datasource}&var-node=${__data.fields.node}"
}
],
"mappings": [],
"thresholds": {
"mode": "absolute",
Expand Down Expand Up @@ -2276,8 +2282,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2382,8 +2387,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2585,6 +2589,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 21,
"version": 22,
"weekStart": ""
}

0 comments on commit df42ae5

Please sign in to comment.