Hi I am running Grafana 10.1 in Kubernetes. I am using some of the file provisioning stuff and enjoying that. Some pains but it’s pretty nice when you get it working. I am working on some dashboards now, importing them from an existing instance. I noticed that half of my charts/graphs are breaking and it turns out to be anything with $__rate_interval
in the query.
I have resorted to hard coding “5m” and that is a workaround, but I know that it shouldn’t be like this. Any guesses why this is happening?
What I am trying to do is export out a bunch of dashboards from one Grafana into another, both of these hosted in the same Kube cluster. Just getting the JSON for a dashboard from one and import that JSON into another.