Class ExpressionStatistic

java.lang.Object
com.arpnetworking.metrics.mad.model.statistics.BaseStatistic
com.arpnetworking.metrics.mad.model.statistics.ExpressionStatistic
All Implemented Interfaces:
Statistic, Serializable

public final class ExpressionStatistic extends BaseStatistic
The aggregation is performed with a user-defined expression. At this time this class is only a place holder, but evaluation of the expression will in theory be moved into each unique instance in the future. Use StatisticFactory for construction.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)
See Also: