-
What Grafana version and what operating system are you using? - Grafana v8.2.1 on Ubuntu 20.04.3 LTS
-
What are you trying to achieve? - Improve performance of Stat panel
-
How are you trying to achieve it?
Currently my dashboard has close to 120 stat panel (use to show current value of the various network ports) and 2 time series panels. All are set with default values -
What happened?
It takes a lot of time to load the data -
What did you expect to happen?
I want it to load instantly the latest value in the stat panel -
Can you copy/paste the configuration(s) that you are having problems with?
I am not sure, but can i use query options to improve performance of the dashboard. Currently the query options are set to the default value which is as follows
Max Data points - 1486
Min Interval - “no Limit”
Interval - 15s
Relative time - 1h
Time shift - 1h
Now with these value when i fire the query in query inspector the query returns 72 data value pairs for one stat panel. Since i need only the latest value does it make sense to reduce max data points to One, If i do that then the internvl option becomes 6h. Now the query inspector returns only 1 data value pair
If i do this for all my stat panels will it improve performance ?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?