Interface ExtendedLongCounterBuilder
- All Superinterfaces:
LongCounterBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopLongCounterBuilder
,SdkLongCounter.SdkLongCounterBuilder
Extended
LongCounterBuilder
with experimental APIs.-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtendedLongCounterBuilder
setAttributesAdvice
(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 Details
-
setAttributesAdvice
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this counter.
-