Hi,
I currently run two InfluxDB instances with influx-relay. They both have a subscription to send data to a Kapacitor instance.
Therefore, kapacitor receives the data two times, messing up counts.
Is there any way to use a distinct() call with time to deduplicate, without having to send the time as a field, as distinct(‘time’) does not seem to work.
Best,
Anthony