Closed rju closed 1 week ago
author Jan Waller -- Tue, 17 Sep 2013 15:51:19 +0200
The values are no longer stored.
Use instead the ListCollectionFilter to access the previous behavior.
See RealtimeRecordDelayFilter Tests for examples.
added in 279df4e2d852db0acae4322ab77eeb300da2075a
JIRA Issue: KIEKER-1064 CountingThroughputFilter: Introduce bounded history of values Original Reporter: Andre van Hoorn
Currenlty, the filter uses an (unbounded) ConcurrentLinkedQueue to store historic values of timestamp x count values. A possible option would be to limit the history for memory usage reasons.