Just curious, shouldn't this be based on the flashInterval?
reporting interval controls, when we write to the buffer. In this case, we want to write to buffer every 60s and flush as soon as possible.
Increasing flush interval by itself, might cause buffer to get filled up faster than the interval, in which case it would flush automatically and prior to the set interval.
reporting interval controls, when we write to the buffer. In this case, we want to write to buffer every 60s and flush as soon as possible. Increasing flush interval by itself, might cause buffer to get filled up faster than the interval, in which case it would flush automatically and prior to the set interval.