elapsedMillis

open override fun elapsedMillis(): Long

The duration for how long we've currently been measuring the traffic in this channel, in milliseconds. This value is essentially just LocalDateTime.now minus startDateTime.

Return

the duration that has elapsed since the traffic began measuring, or was last reset, in milliseconds.