Uses of Interface
io.opentelemetry.api.incubator.metrics.ExtendedLongGaugeBuilder
-
Packages that use ExtendedLongGaugeBuilder Package Description io.opentelemetry.api.incubator.metrics io.opentelemetry.sdk.metrics The SDK implementation of metrics. -
-
Uses of ExtendedLongGaugeBuilder in io.opentelemetry.api.incubator.metrics
Classes in io.opentelemetry.api.incubator.metrics that implement ExtendedLongGaugeBuilder Modifier and Type Class Description private static class
ExtendedDefaultMeter.NoopLongGaugeBuilder
Methods in io.opentelemetry.api.incubator.metrics that return ExtendedLongGaugeBuilder Modifier and Type Method Description default ExtendedLongGaugeBuilder
ExtendedLongGaugeBuilder. setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this gauge. -
Uses of ExtendedLongGaugeBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement ExtendedLongGaugeBuilder Modifier and Type Class Description (package private) static class
SdkLongGauge.SdkLongGaugeBuilder
Methods in io.opentelemetry.sdk.metrics that return ExtendedLongGaugeBuilder Modifier and Type Method Description ExtendedLongGaugeBuilder
SdkLongGauge.SdkLongGaugeBuilder. setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
-