Class AggregationConfiguration


  • @Immutable
    public abstract class AggregationConfiguration
    extends 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 MetricData.AggregationTemporality which describes whether aggregations should be reset with every collection interval, or continue to accumulate across collection intervals.