-
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
Add support for InfluxQL #5445
Comments
Hey! |
ok great, yes either me or someone on my team can look at this |
@JorTurFer I've got this implemented now and its passing all the tests, we're just going to do some further testing with it deployed to a cluster/wired up to influx and then will raise a PR. |
Thanks for the update! ❤️ |
@danielwhatmuff great! |
@zroubalik @JorTurFer appreciate any feedback |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Proposal
The new version of InfluxDB (v3.0/clustered) does not support Flux queries and therefore the existing scaler cannot be used. This proposal related to adding support for scaling based on an InfluxQL query either within the existing Influx scaler by extending it, possibly with an additional parameter e.g.
queryType
or in a new scaler altogether.Scaler Source
Influxdb v3.0
Scaling Mechanics
An InfluxQL query
Authentication Source
API token
Anything else?
Would be good to get feedback on the approach and may be able to submit a PR
The text was updated successfully, but these errors were encountered: