Interface ExtendedLongHistogramBuilder

All Superinterfaces:
io.opentelemetry.api.metrics.LongHistogramBuilder

public interface ExtendedLongHistogramBuilder extends io.opentelemetry.api.metrics.LongHistogramBuilder
Extended LongHistogramBuilder with experimental APIs.
  • Method Summary

    Modifier and Type
    Method
    Description
    setAttributesAdvice(List<io.opentelemetry.api.common.AttributeKey<?>> attributes)
    Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.

    Methods inherited from interface io.opentelemetry.api.metrics.LongHistogramBuilder

    build, setDescription, setExplicitBucketBoundariesAdvice, setUnit
  • Method Details

    • setAttributesAdvice

      default ExtendedLongHistogramBuilder setAttributesAdvice(List<io.opentelemetry.api.common.AttributeKey<?>> attributes)
      Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.