//misk-metrics-digester/misk.metrics.digester/SlidingWindowDigest/mergeIn
mergeIn¶
[jvm]\
fun mergeIn(windowDigests: List<WindowDigest<T>>)
Merges in the data from the given WindowDigests. The given windowDigests should use the same windowing boundaries as this; if they do not then quantiles reported by this sliding window digest may be incorrect.