Not sure this is possible but my situation is that I have 2 queries and 5 transformations just to get the result I need from InfluxDB using InfluxQL. This result is only half the equation. What I then need is another set of queries and transformations to get another number and perform some maths with using the first number I described.
I want to get a total of multiple columns, filtering out any repeating values. I’d then like a count of these values. With this I can do some simple maths.
At this point am I better to use flux and possibly create a query that can nail it in one go? There are other dashboards relying on InfluxQL. Will switching the data source settings to flux break them?
11 posts - 3 participants