Interface ExtendedDoubleUpDownCounterBuilder
-
- All Superinterfaces:
DoubleUpDownCounterBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopDoubleUpDownCounterBuilder,SdkDoubleUpDownCounter.SdkDoubleUpDownCounterBuilder
public interface ExtendedDoubleUpDownCounterBuilder extends DoubleUpDownCounterBuilder
ExtendedDoubleUpDownCounterBuilderwith experimental APIs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ExtendedDoubleUpDownCounterBuildersetAttributesAdvice(java.util.List<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 Detail
-
setAttributesAdvice
default ExtendedDoubleUpDownCounterBuilder setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this up down counter.
-
-