Interface ExtendedLongHistogramBuilder
-
- All Superinterfaces:
LongHistogramBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopLongHistogramBuilder
,SdkLongHistogram.SdkLongHistogramBuilder
public interface ExtendedLongHistogramBuilder extends LongHistogramBuilder
ExtendedLongHistogramBuilder
with experimental APIs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ExtendedLongHistogramBuilder
setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.-
Methods inherited from interface io.opentelemetry.api.metrics.LongHistogramBuilder
build, setDescription, setExplicitBucketBoundariesAdvice, setUnit
-
-
-
-
Method Detail
-
setAttributesAdvice
default ExtendedLongHistogramBuilder setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.
-
-