Interface ExtendedLongHistogramBuilder
- All Superinterfaces:
LongHistogramBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopLongHistogramBuilder
,SdkLongHistogram.SdkLongHistogramBuilder
Extended
LongHistogramBuilder
with experimental APIs.-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtendedLongHistogramBuilder
setAttributesAdvice
(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 Details
-
setAttributesAdvice
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.
-