OpenTelemetry SDK
    Preparing search index...

    Interface AggregationConfigModel

    Configure aggregation of the resulting stream(s). If omitted, default is used.

    interface AggregationConfigModel {
        base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregationConfigModel;
        default?: DefaultAggregation;
        drop?: DropAggregation;
        explicit_bucket_histogram?: ExplicitBucketHistogramAggregationConfigModel;
        last_value?: LastValueAggregation;
        sum?: SumAggregation;
    }
    Index
    base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregationConfigModel
    default?: DefaultAggregation
    drop?: DropAggregation
    last_value?: LastValueAggregation
    sum?: SumAggregation