python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trying to convert influxdb timestamp in a csv to date and time columns
I am migrating an InfluxDB database to mySQL. I have managed to export the influx data to a CSV file, which is great, but now I am stuck with the date and time field which has been given to me.
I have...
Isaac
Votes: 0
Answers: 1
InfluxQL query to Flux conversion
I would like to switch from InfluxQL to flux, but now I want to convert the query:
SELECT sum("execution_duration") / sum("interval_duration) as "Availability" FROM "data...

Tom van den Bogaart
Votes: 0
Answers: 1
Finding the Sum based on Group using Flux Query - InfluxDB
I am trying to use flux query language to find the sum of a column based on a person.
If I have the following input table:
How can I use a Flux Query to obtain the following output table:
I have tri...
Dr.Dough
Votes: 0
Answers: 1
Get the number of points in a bucket for a time interval with Flux query
Given a bucket how do I get the number of points in this bucket with the timestamp in the given time interval using a Flux query?
I'm trying to estimate how much data is added to an influxdb2 bucket p...
axk
Votes: 0
Answers: 2