I have two recording points for InfluxDB, one of which is the beginning and the other is the end. I just need to determine the duration between these two events and make requests around it. InfluxDB has an aggregate () method, but it does not work in the time meta field.
Is supplying a custom timestamp value the only way to do this?
source share