After I update the Grafana I cant set Auto-refresh interval lower than 5s.
Why they made that change and is there any way to make it lower than 5s?
pooh
June 19, 2020, 11:42am
2
After I update the Grafana I cant set Auto-refresh interval lower than 5s.
See the changelog for version 7:
<!-- 10.2.2 START -->
# 10.2.2 (2023-11-20)
### Bug fixes
- **FeatureToggle:** Disable `dashgpt` by default and mark it as preview. [#78349](https://github.com/grafana/grafana/issues/78349), [@ivanortegaalba](https://github.com/ivanortegaalba)
- **SaveDashboardPrompt:** Reduce time to open drawer when many changes applied. [#78308](https://github.com/grafana/grafana/issues/78308), [@ivanortegaalba](https://github.com/ivanortegaalba)
- **Alerting:** Fix export with modifications URL when mounted on subpath. [#78217](https://github.com/grafana/grafana/issues/78217), [@gillesdemey](https://github.com/gillesdemey)
- **Explore:** Fix queries (cached & non) count in usage insights. [#78216](https://github.com/grafana/grafana/issues/78216), [@Elfo404](https://github.com/Elfo404)
- **Plugins:** Keep working when there is no internet access. [#78092](https://github.com/grafana/grafana/issues/78092), [@leventebalogh](https://github.com/leventebalogh)
<!-- 10.2.2 END -->
<!-- 10.2.1 START -->
# 10.2.1 (2023-11-13)
### Features and enhancements
- **Stat:** Add panel option to control wide layout. [#78012](https://github.com/grafana/grafana/issues/78012), [@nmarrs](https://github.com/nmarrs)
This file has been truncated. show original
“Dashboard: A global minimum dashboard refresh interval is now enforced and
defaults to 5 seconds.”
Why they made that change and is there any way to make it lower than 5s?
I don’t know why - hopefully a developer can asnwer that - but I too would
like this change to be reverted.
Antony.
1 Like
Thanks.
I really hope they change it back allowing us to set 1s interval at least.
Hi.
Thanks.
Do I need to edit this file or can I configure it through the Grafana UI?
Where Can I find the config file?
I edited the grafana.ini and it not worked.
First, there was no min_refresh_interval variable.
So I inserted a new one and set the value to 1s
min_refresh_interval = 1s
Save the file and configured the Auto-refresh in the dashboard configuration UI to 1s,5s,10s but when I open the menu the 1s doesn’t show.
Which version you are on? As it works on 6.7.2
pooh
June 24, 2020, 12:52pm
9
It certainly does work in 6.7.2, but see the changelog for version 7:
# 7.0.3 (2020-06-03)
### Features / Enhancements
* **Stats**: include all fields. [#24829](https://github.com/grafana/grafana/pull/24829), [@ryantxu](https://github.com/ryantxu)
* **Variables**: change VariableEditorList row action Icon to IconButton. [#25217](https://github.com/grafana/grafana/pull/25217), [@hshoff](https://github.com/hshoff)
### Bug Fixes
* **Cloudwatch**: Fix dimensions of DDoSProtection. [#25317](https://github.com/grafana/grafana/pull/25317), [@papagian](https://github.com/papagian)
* **Configuration**: Fix env var override of sections containing hyphen. [#25178](https://github.com/grafana/grafana/pull/25178), [@marefr](https://github.com/marefr)
* **Dashboard**: Get panels in collapsed rows. [#25079](https://github.com/grafana/grafana/pull/25079), [@peterholmberg](https://github.com/peterholmberg)
* **Do not show alerts tab when alerting is disabled**. [#25285](https://github.com/grafana/grafana/pull/25285), [@dprokop](https://github.com/dprokop)
* **Jaeger**: fixes cascader option label duration value. [#25129](https://github.com/grafana/grafana/pull/25129), [@Estrax](https://github.com/Estrax)
* **Transformations**: Fixed Transform tab crash & no update after adding first transform. [#25152](https://github.com/grafana/grafana/pull/25152), [@torkelo](https://github.com/torkelo)
# 7.0.2 (2020-06-03)
- **Security**: Urgent security patch release. Please read more in our [blog](https://grafana.com/blog/2020/06/03/grafana-6.7.4-and-7.0.2-released-with-important-security-fix/)
# 7.0.1 (2020-05-26)
This file has been truncated. show original
“Dashboard: A global minimum dashboard refresh interval is now enforced and
defaults to 5 seconds.”
(Personally, I hope this restriction gets removed, but I have no information
about why it was thought to be a good idea to introduce it.)
Regards,
Antony.
Problem solved.
I use Linux and DietPi on a Raspberry Pi 3.
Guide for inexperience users like me.
You have to edit the /etc/grafana/grafana.ini using the command: nano /etc/grafana/grafana.ini
Then you have to look for the [dashboards] section and ADD a new line with: min_refresh_interval = 1s
You can use 1s or 100ms and other values.
Thanks all the helped me on the topic.
1 Like
I’ve tried all solutions proposed here without results. I’m using Grafana 8.1.
I found the solution for this version. You need to create an Environment Variable
1 Like
byteptr
December 21, 2021, 11:31am
13
this has no sense,
why we need environment variable when natural settings are located into grafana.ini ?