OpenTelemetry SDK
    Preparing search index...

    Type Alias ExporterDefaultHistogramAggregationConfigModel

    ExporterDefaultHistogramAggregationConfigModel:
        | "explicit_bucket_histogram"
        | "base2_exponential_bucket_histogram"
        | null

    Configure default histogram aggregation. Values include:

    • base2_exponential_bucket_histogram: Use base2 exponential histogram as the default aggregation for histogram instruments.
    • explicit_bucket_histogram: Use explicit bucket histogram as the default aggregation for histogram instruments. If omitted, explicit_bucket_histogram is used.