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 classExtendedDefaultMeter.NoopLongGaugeBuilderMethods in io.opentelemetry.api.incubator.metrics that return ExtendedLongGaugeBuilder Modifier and Type Method Description default ExtendedLongGaugeBuilderExtendedLongGaugeBuilder. 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 classSdkLongGauge.SdkLongGaugeBuilderMethods in io.opentelemetry.sdk.metrics that return ExtendedLongGaugeBuilder Modifier and Type Method Description ExtendedLongGaugeBuilderSdkLongGauge.SdkLongGaugeBuilder. setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
-