-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[kube-prometheus-stack] upgrade grafana dashboards from AngularJS to the new panels #4380
Comments
I was testing out |
Same here |
Actually, this issue has already been reported to the upstream project -> kubernetes-monitoring/kubernetes-mixin#898. I.e it is still relevant insofar as, after the upstream change, grafana dashboards need to be updated here as well.. cc @jkroepke |
You can set However, upstream must be upgrade everything, since we only depend on them. |
Was this completed? The Angular warning is still there. |
So, is that planned or not planned, or fixed? I am confused |
In general, it's not planned. There reason for this is that is not development at kube-prometheus-stack in terms of Grafana Dashboards & Prometheus Rules. The majority comes from https://github.com/kubernetes-monitoring/kubernetes-mixin and there is an going issue to track this: kubernetes-monitoring/kubernetes-mixin#898 For example: kubernetes-monitoring/kubernetes-mixin#904 The dashboards needs to be upgrade there. Once it's done, we are able to update them at kube-prometheus-stack. |
There is an PR in testing which implements the new dashboards from upstream: #4531 |
Is your feature request related to a problem ?
Grafana dashboards need to be updated/refreshed in https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/templates/grafana/dashboards-1.14.
Reason being is that AngularJS panels are being deprecated https://grafana.com/docs/grafana/latest/developers/angular_deprecation/
Describe the solution you'd like.
Please use new panels which are not dependant on angularJS.
E.g.
graph
panel becomestime-series
? table is still calledtable
in the new grafanaDescribe alternatives you've considered.
N/A - sure
[angular_support_enabled](https://github.com/grafana/grafana/blob/d61bcdf4ca5e69489e0067c56fbe7f0bfdf84ee4/conf/defaults.ini#L362)
would be possible to use, but question is for how long...Additional context.
No response
The text was updated successfully, but these errors were encountered: