Skip to content

Commit

Permalink
Updating grafana dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
apontejaj committed Jan 29, 2025
1 parent ca5f362 commit b65076f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions deploy/hubble/grafana/dashboards/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@
]
},
"timezone": "",
"title": "Kubernetes / Networking / Clusters",
"uid": "NetObs6738",
"title": "Kubernetes / Networking / Retina (Hubble) / Clusters",
"uid": "RetinaHubbleClusters",
"version": 39
}
4 changes: 2 additions & 2 deletions deploy/hubble/grafana/dashboards/dns.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
]
},
"timezone": "",
"title": "Kubernetes / Networking / DNS",
"uid": "NetObsDNS6741",
"title": "Kubernetes / Networking / Retina (Hubble) / DNS",
"uid": "RetinaHubbleDNS",
"version": 1
}
4 changes: 2 additions & 2 deletions deploy/hubble/grafana/dashboards/pod-flows-namespace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4263,7 +4263,7 @@
]
},
"timezone": "",
"title": "Kubernetes / Networking / Pod Flows (Namespace)",
"uid": "NetObsFlowsNamespace6739",
"title": "Kubernetes / Networking / Retina (Hubble) / Pod Flows (Namespace)",
"uid": "RetinaHubblePodFlowsNamespace",
"version": 1
}
4 changes: 2 additions & 2 deletions deploy/hubble/grafana/dashboards/pod-flows-workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -4013,7 +4013,7 @@
]
},
"timezone": "",
"title": "Kubernetes / Networking / Pod Flows (Workload)",
"uid": "NetObsFlowsWorkload6740",
"title": "Kubernetes / Networking / Retina (Hubble) / Pod Flows (Workload)",
"uid": "RetinaHubblePodFlowsWorkload",
"version": 1
}
2 changes: 1 addition & 1 deletion deploy/standard/grafana/dashboards/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3753,7 +3753,7 @@
]
},
"timezone": "",
"title": "Kubernetes / Networking / Clusters",
"title": "Kubernetes / Networking / Retina / Clusters",
"uid": "Retina11",
"version": 1
}
2 changes: 1 addition & 1 deletion deploy/standard/grafana/dashboards/dns.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@
]
},
"timezone": "",
"title": "Kubernetes / Networking / DNS",
"title": "Kubernetes / Networking / Retina / DNS",
"uid": "Retina55",
"version": 1
}
2 changes: 1 addition & 1 deletion deploy/standard/grafana/dashboards/pod-level.json
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@
},
"timepicker": {},
"timezone": "",
"title": "Kubernetes / Networking / Pod Traffic",
"title": "Kubernetes / Networking / Retina / Pod Traffic",
"uid": "Retina22",
"version": 1
}
8 changes: 7 additions & 1 deletion docs/02-Installation/05-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ If you followed the steps to install and configure [Prometheus](./04-prometheus.

![Grafana datasources](./img/grafana-datasources.png)

5. Import the [kubernetes-networking-observability](https://grafana.com/grafana/dashboards/18814/) dashboard by id `18814` at [localhost:8080/dashboard/import](http://localhost:8080/dashboard/import)
5. Import the [kubernetes-networking-retina-cluster](https://grafana.com/grafana/dashboards/22771/) dashboard by id `22771` at [localhost:8080/dashboard/import](http://localhost:8080/dashboard/import)

![Grafana import](./img/grafana-import.png)

Some other dashboards available are:
- [kubernetes-networking-retina-DNS](https://grafana.com/grafana/dashboards/22772/) dashboard (id `22772`)
- [kubernetes-networking-retina-PodTraffic](https://grafana.com/grafana/dashboards/22773/) dashboard (id `22773`)

6. Kubernetes cluster metrics shouold be visible

![Grafana kubernetes-networking-observability dashboard](./img/grafana-kubernetes-networking-dash.png)
Expand All @@ -49,3 +53,5 @@ There is a set of Retina dashboards that you can import directly into Grafana as
Here is an example of the Retina `dns.json` dashboard.

![Grafana retina DNS dashboard](./img/grafana-retina-dns-dash.png)

These dashboards are also available at the [Grafana Portal Retina Page](https://grafana.com/orgs/retina1/dashboards)

0 comments on commit b65076f

Please sign in to comment.