-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(influxdb-scaler): add support for integer query results #1977
feat(influxdb-scaler): add support for integer query results #1977
Conversation
Signed-off-by: Adam Gardner <adam.gardner@magicmemories.com>
@philomory could you please fix the linter problem? thx |
@philomory Yeah the linter problem the only hanging thing, other than that the PR looks good |
Due to an unexpectedly early family arrival, I'm not near a workstation and probably won't be for some time. I could theoretically make changes to the PR from my iPad, but of course I can't run the linter on the iPad and the workflow logs appear to have already been purged. If anyone wants to le me know what changes the linter is asking for I'd be happy to approve them (pre-emptively, even). Edit: Ah, it seems like as I was typing this message, @ahmelsayed provided exactly the information I was looking for. Thanks! Edit again: Oh, but now I can't sign-off on the new commit. That's unfortunate. |
Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
@philomory sorry I missed a curly bracket :). |
The DCO signoff can be fixed when merging this PR, it is not a problem. |
Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
Signed-off-by: Adam Gardner <adam.gardner@magicmemories.com> Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com> Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com> Signed-off-by: nilayasiktoprak <nilayasiktoprak@gmail.com>
Signed-off-by: Adam Gardner adam.gardner@magicmemories.com
Adjusted the InfluxDB scaler so that it can successfully process queries that return integer results in addition to those that return float results.
Checklist
Fixes #1973