Interface ExtendedLongUpDownCounterBuilder
-
- All Superinterfaces:
LongUpDownCounterBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder
,SdkLongUpDownCounter.SdkLongUpDownCounterBuilder
public interface ExtendedLongUpDownCounterBuilder extends LongUpDownCounterBuilder
ExtendedLongUpDownCounterBuilder
with experimental APIs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ExtendedLongUpDownCounterBuilder
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.-
Methods inherited from interface io.opentelemetry.api.metrics.LongUpDownCounterBuilder
build, buildObserver, buildWithCallback, ofDoubles, setDescription, setUnit
-
-
-
-
Method Detail
-
setAttributesAdvice
default ExtendedLongUpDownCounterBuilder 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.
-
-