Interface DoubleHistogramAdviceConfigurer


public interface DoubleHistogramAdviceConfigurer
Configure advice for implementations of DoubleHistogram.
  • Method Details

    • setExplicitBucketBoundaries

      DoubleHistogramAdviceConfigurer setExplicitBucketBoundaries(List<Double> bucketBoundaries)
      Specify recommended set of explicit bucket boundaries for this histogram.
    • setAttributes

      DoubleHistogramAdviceConfigurer setAttributes(List<io.opentelemetry.api.common.AttributeKey<?>> attributes)
      Specify the recommended set of attribute keys to be used for this histogram.