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

Update FluxInfluxDbTimeSeriesPlugin.java #105

Open
wants to merge 1 commit into
base: develop-v3-lts
Choose a base branch
from

Conversation

skerdudou
Copy link
Contributor

Fix count with non numeric values ("toFloat" => error)
Fix race condition (in some case with few output data) where influx output multiple times the same "_time" if grouped by a time value ("_start" or "_stop" for example) when using "pivot" (pivot doesn't detect that the columns of the groups are the same and output in multiple groups) => immediately ungroup in intermediate result (also merge tables).
Drop unneeded data from intermediate results.
Change "_time" to "_start" instead of "_end"
Add defensive code to prevent multiple table output from influx (and loss of data / incorrect result)

Fix count with non numeric values ("toFloat" => error)
Fix race condition (in some case with few output data) where influx output multiple times the same "_time" if  grouped by a time value ("_start" or "_stop" for example) when using "pivot" (pivot doesn't detect that the columns of the groups are the same and output in multiple groups) => immediately ungroup in intermediate result (also merge tables).
Drop unneeded data from intermediate results.
Change "_time" to "_start" instead of "_end"
Add defensive code to prevent multiple table output from influx (and loss of data / incorrect result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant