Min_refresh_interval to off

I don’t want users to set the refresh rate. Can I set min_refresh_interval to off or is there a better way.

Which version of Grafana are you using? Please also specify if it’s OSS, Cloud, or Enterprise.

Right now 7.5.5 OSS , we will move to 8 enterprise if performance meets the need.

Is it safe to change the json in the mysql table for grafana. I don’t see any REST API making that call for refresh_interval.

If you really know what you are doing than yes; all other cases = no

Isn’t that true for every change in life. The problem is data field storing the json is not mysql json object , it’s a text.

True. Thats why I wrote

:slight_smile:

You have to convert text to JSON.