-
Notifications
You must be signed in to change notification settings - Fork 599
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
Grafana angular deprecation in grafana 11 #898
Comments
Sadly, I never learned jsonnet, so I don't feel I can help out with the issue. |
It's not an blocker. You can already disable AngularJS in grafana via |
I did, not know that @jkroepke , that is really good to know. |
Important to mention is that deep links wont work anymore. At kube-promethues-stack, we implement a toggle that fixes deeplinks on auto-migrated table panels. Ref: #884 |
What is the proper way to migrate the panels here in the repo? In https://github.com/kubernetes-monitoring/kubernetes-mixin/blob/release-0.12/dashboards/resources/namespace.libsonnet#L163 for example I see the Or do we have to migrate from And if |
I just found #890 by @Duologic which already migrated time series and stat panels in https://github.com/Duologic/kubernetes-mixin/blob/master/dashboards/apiserver.libsonnet |
@jkroepke are you sure it will be auto migrated with https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#angular_support_enabled? it seems it will just make it not load according to docs |
Yeah, people confirm it: prometheus-community/helm-charts#4398 (comment) I'm also running Grafana instances with Source reference: https://github.com/grafana/grafana/blob/648abdbd0ea4451a102601dec874c770d635eb12/public/app/features/dashboard/state/DashboardModel.ts#L172-L174 |
👋 here's the 2nd dashboard to be ported, as far as I'm aware, reviews and comments welcome! |
thanks a lot to all working on this, if there is something i can help, please tag me |
I think this issue can be closed with the final dashboards ported here: Many thanks to @Duologic and @rgeyer for contributing and for @povilasv for handling all the reviews and merging! Thanks also to the people commenting on this thread, it was a great point of reference to see everything in one place ❤️ |
Hello @skl, First of all thank you for updating the dashboards. I am encountering an issue with the 'Current Network Usage' panel in the cluster dashboard (dashboards/resources/cluster.libsonnet). It displays 'No data,' as shown in the screenshot below. I can retrieve results when I run the query Could you point me to where I should start debugging this issue? |
@ehddnko make sure that you have set the correct scrape interval to match your data in Grafana > Connections > Data sources > (your Prometheus data source) > Settings > Advanced Settings > Internal Behavior > Scrape interval (e.g. I have set mine to Grafana needs this information to be set manually in order for More info here: |
@skl Thank you for your advice! I found that the scrape interval was set to |
@povilasv can this issue be closed to indicate it's resolved? As it's now being referenced by dependent projects experiencing the same. |
Close it! Upcoming bugs can be a individual issue. |
Hey all
In Grafana 11, angular dashboards will be deprecated
https://grafana.com/docs/grafana/latest/developers/angular_deprecation
Grafana 10.4 just got released, and I bumped my grafana instances and all of K8s mixins shows warnings that it's time to move away from the old Graph solution.
In short, we need to update our panels, or it will become a blocker to upgrade to grafana 11 when that gets released during GrafanCon in April.
The text was updated successfully, but these errors were encountered: