Interface ExtendedDoubleHistogramBuilder
- All Superinterfaces:
io.opentelemetry.api.metrics.DoubleHistogramBuilder
public interface ExtendedDoubleHistogramBuilder
extends io.opentelemetry.api.metrics.DoubleHistogramBuilder
Extended
DoubleHistogramBuilder with experimental APIs.-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtendedDoubleHistogramBuildersetAttributesAdvice(List<io.opentelemetry.api.common.AttributeKey<?>> attributes) Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.default ExtendedDoubleHistogramBuildersetExplicitBucketBoundariesAdvice(List<Double> bucketBoundaries) Specify the explicit bucket buckets boundaries advice, which suggests the recommended set of explicit bucket boundaries for this histogram.Methods inherited from interface io.opentelemetry.api.metrics.DoubleHistogramBuilder
build, ofLongs, setDescription, setUnit
-
Method Details
-
setExplicitBucketBoundariesAdvice
default ExtendedDoubleHistogramBuilder setExplicitBucketBoundariesAdvice(List<Double> bucketBoundaries) Specify the explicit bucket buckets boundaries advice, which suggests the recommended set of explicit bucket boundaries for this histogram. -
setAttributesAdvice
default ExtendedDoubleHistogramBuilder 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 histogram.
-