kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1064] CountingThroughputFilter: Introduce bounded history of values #2809

Closed rju closed 1 week ago

rju commented 1 week ago

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.

rju commented 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