Interface Base2ExponentialHistogramAggregationConfig

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl

public interface Base2ExponentialHistogramAggregationConfig extends Prototype.Api
Settings for the base 2 exponential histogram aggregation.
See Also:
  • Method Details

    • builder

      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      Create a new instance from configuration.
      Parameters:
      config - used to configure the new instance
      Returns:
      a new instance configured from configuration
    • create

      Create a new instance with default values.
      Returns:
      a new instance
    • aggregation

      default io.opentelemetry.sdk.metrics.Aggregation aggregation()
      Returns an Aggregation instance derived from the config settings.
      Returns:
      Aggregation based on the configuration
    • maxBuckets

      Optional<Integer> maxBuckets()
      Maximum number of buckets.
      Returns:
      maximum number of buckets
    • maxScale

      Optional<Integer> maxScale()
      Maximum scale.
      Returns:
      maximum scale
    • recordMinMax

      default boolean recordMinMax()
      Whether the min and max should be recorded.
      Returns:
      whether to record min and max