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?: Base2ExponentialBucketHistogramAggregation;
        default?: DefaultAggregation;
        drop?: DropAggregation;
        explicit_bucket_histogram?: ExplicitBucketHistogramAggregation;
        last_value?: LastValueAggregation;
        sum?: SumAggregation;
    }
    Index
    base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregation
    default?: DefaultAggregation
    drop?: DropAggregation
    explicit_bucket_histogram?: ExplicitBucketHistogramAggregation
    last_value?: LastValueAggregation
    sum?: SumAggregation