Interface ExtendedDoubleCounterBuilder
- All Superinterfaces:
io.opentelemetry.api.metrics.DoubleCounterBuilder
public interface ExtendedDoubleCounterBuilder
extends io.opentelemetry.api.metrics.DoubleCounterBuilder
Extended
DoubleCounterBuilder with experimental APIs.-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtendedDoubleCounterBuildersetAttributesAdvice(List<io.opentelemetry.api.common.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.DoubleCounterBuilder
build, buildObserver, buildWithCallback, setDescription, setUnit
-
Method Details
-
setAttributesAdvice
default ExtendedDoubleCounterBuilder 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 counter.
-