Interface ExtendedLongCounterBuilder
-
- All Superinterfaces:
LongCounterBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopLongCounterBuilder
,SdkLongCounter.SdkLongCounterBuilder
public interface ExtendedLongCounterBuilder extends LongCounterBuilder
ExtendedLongCounterBuilder
with experimental APIs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ExtendedLongCounterBuilder
setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this counter.-
Methods inherited from interface io.opentelemetry.api.metrics.LongCounterBuilder
build, buildObserver, buildWithCallback, ofDoubles, setDescription, setUnit
-
-
-
-
Method Detail
-
setAttributesAdvice
default ExtendedLongCounterBuilder setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this counter.
-
-