Interface ExtendedLongGaugeBuilder
- All Superinterfaces:
LongGaugeBuilder
- All Known Implementing Classes:
ExtendedDefaultMeter.NoopLongGaugeBuilder
,SdkLongGauge.SdkLongGaugeBuilder
Extended
LongGaugeBuilder
with experimental APIs.-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtendedLongGaugeBuilder
setAttributesAdvice
(List<AttributeKey<?>> attributes) Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this gauge.Methods inherited from interface io.opentelemetry.api.metrics.LongGaugeBuilder
build, buildObserver, buildWithCallback, setDescription, setUnit
-
Method Details
-
setAttributesAdvice
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this gauge.
-