Class AggregationConfiguration


  • @Immutable
    public abstract class AggregationConfiguration
    extends java.lang.Object
    An AggregationConfiguration describes how an aggregation should be performed. It includes both an Aggregation which implements what shape of aggregation is created (i.e. histogram, sum, minMaxSumCount, etc), and a AggregationConfiguration.Temporality which describes whether aggregations should be reset with every collection interval, or continue to accumulate across collection intervals.