Closed jkroepke closed 8 months ago
Without this, deeplinks are not working
@povilasv could you take a look here?
I think we might need to support older versions of grafana, so we cannot merge this. Also see this https://github.com/kubernetes-monitoring/kubernetes-mixin/discussions/864#discussioncomment-7300226
I would suggest to drop old grafana versions. Maintain multiple grafana version is a high maintenance effort and its discussable if its worth.
I would drop old version. Old Grafana users can still use old revisions.
In background, kubernetes-mixin depends on the old Table panel which is deprecated for a long time. In thoery, support for that old panel is already gone. Grafana do a auto-converation from old panel to the new one.
Once grafana drops the auto-converation, the whole kubernetes-mixin is useless.
I agree. But I think instead of doing small fixes like this, let's just refactor to new grafonnet. I think we can add README that x release only supports newest grafana and that's it.
I will close this for now. Since it does not work on grafana instances with, if auto-migration of panel is not enabled.
However, Grafana 11 removed support for old table panel. In near future, the dashboard might be outdated anyways.
Since Grafana has a new Table panel (since Grafana 7), the deeplink
$__cell
isn't working anymore. (at least in Grafana 10.2)