Class TraceAggregationFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated
public class TraceAggregationFilter
extends AbstractFilterPlugin
Deprecated.
1.15 ported to teetime kieker.analysis.filter.flow
This filter collects incoming traces for a specified amount of time. Any traces representing the same series of events will be used to calculate statistical informations like the average runtime of this kind of trace. Only one specimen of these traces containing this information will be forwarded from this filter. Statistical outliers regarding the runtime of the trace will be treated special and therefore send out as they are and will not be mixed with others.
Since:
1.9
Author:
Jan Waller, Florian Biss