Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flot only shows 500 Datapoints from influxdb #144

Closed
theHowley opened this issue May 27, 2024 · 1 comment
Closed

Flot only shows 500 Datapoints from influxdb #144

theHowley opened this issue May 27, 2024 · 1 comment

Comments

@theHowley
Copy link

theHowley commented May 27, 2024

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).

image

The query in the debug log of influxdb clearly shows the limit of 500.
image

It would be great to make this configurable in flot so it is possible to visualize granular data over a longer timespan.

@Apollon77
Copy link
Contributor

Yes thats an issue in influxdb ... duplicate ioBroker/ioBroker.influxdb#391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants