-
Notifications
You must be signed in to change notification settings - Fork 39
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
replace fix_datapoints with fill(null)
in influx query
#14
Comments
unfortunately, this makes things slower. in the patch below, we get rid of fix_datapoints and fix_datapoints_multi and instead
the change is deployed around 6:14 also, for one graph (note to self: Requests on health page) the data was incorrect (rendered as square with peak @ 1) |
maybe @pauldix and friends can make |
once influxdata/influxdb#426 is fixed,
we can replace all the fix_datapoints logic and just query like
this will simplify the code and should be faster too.
The text was updated successfully, but these errors were encountered: