You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flot does not specify the limit of results in the query to influxdb so the default of 500 ist used. Consequently, the Graph only shows part of the data at the beginning and then cuts of after 500 datapoints (in this case thats around 90 minutes, in a perfect world with an value exactly every 10 seconds it would be 83 minutes and 20 seconds, in other graphs with data every second its less than 10 minutes).
The query in the debug log of influxdb clearly shows the limit of 500.
It would be great to make this configurable in flot so it is possible to visualize granular data over a longer timespan.
The text was updated successfully, but these errors were encountered:
Flot does not specify the limit of results in the query to influxdb so the default of 500 ist used. Consequently, the Graph only shows part of the data at the beginning and then cuts of after 500 datapoints (in this case thats around 90 minutes, in a perfect world with an value exactly every 10 seconds it would be 83 minutes and 20 seconds, in other graphs with data every second its less than 10 minutes).
The query in the debug log of influxdb clearly shows the limit of 500.
It would be great to make this configurable in flot so it is possible to visualize granular data over a longer timespan.
The text was updated successfully, but these errors were encountered: