ricsanfre / pi-cluster

Pi Kubernetes Cluster. Homelab kubernetes cluster automated with Ansible and ArgoCD
https://picluster.ricsanfre.com
MIT License
348 stars 56 forks source link

Removal of AngularJS support in Grafana #383

Open marmila opened 2 months ago

marmila commented 2 months ago

Hello,

I recently came across an important update from Grafana, detailed in a blog post on their official site (Removal of AngularJS Support in Grafana: What You Need to Know), announcing the removal of AngularJS support. Given that this project relies on Grafana for visualizations/dashboards, this development might significantly impact its functionality or future compatibility.

To summarize, the post outlines that starting from Grafana version 11 (the specific version where AngularJS support is removed), dashboards or plugins developed with AngularJS will no longer function as expected without migration to a supported framework (e.g., React). I think it's an important discussion we need to start. I'm also more than willing to assist in this process, whether it be through research, testing, or development.

Thx in advance.

ricsanfre commented 2 months ago

Hi Marco,

Thanks for the heads-up.

Most of the dashboards come from kube-prometheus-stack helm chart, which also takes the dashboards from kubernetes-mixin project. There is an open issue, https://github.com/kubernetes-monitoring/kubernetes-mixin/issues/898, to fix this AngularJS deprecation. Anyway we are maintaining locally a set of dashboards, most of them from grafana.com. The list of local dashboards is in https://github.com/ricsanfre/pi-cluster/tree/master/argocd/system/monitoring/dashboards.

I also have documented where to download the source json documents and what modifications I did on them. All documented here https://picluster.ricsanfre.com/docs/prometheus/

Happy to accept any PR from you to help with this issue.

Regards Ricardo.