Interface ExtendedLongUpDownCounterBuilder
- All Superinterfaces:
io.opentelemetry.api.metrics.LongUpDownCounterBuilder
public interface ExtendedLongUpDownCounterBuilder
extends io.opentelemetry.api.metrics.LongUpDownCounterBuilder
Extended
LongUpDownCounterBuilder with experimental APIs.-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtendedLongUpDownCounterBuildersetAttributesAdvice(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.LongUpDownCounterBuilder
build, buildObserver, buildWithCallback, ofDoubles, setDescription, setUnit
-
Method Details
-
setAttributesAdvice
default ExtendedLongUpDownCounterBuilder 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.
-