Interface ExtendedDoubleUpDownCounterBuilder

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

public interface ExtendedDoubleUpDownCounterBuilder extends io.opentelemetry.api.metrics.DoubleUpDownCounterBuilder
Extended DoubleUpDownCounterBuilder 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 up down counter.

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

    build, buildObserver, buildWithCallback, setDescription, setUnit
  • Method Details

    • setAttributesAdvice

      default ExtendedDoubleUpDownCounterBuilder 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 up down counter.