Uses of Interface
io.opentelemetry.api.incubator.metrics.ExtendedLongUpDownCounterBuilder
-
Packages that use ExtendedLongUpDownCounterBuilder Package Description io.opentelemetry.api.incubator.metrics io.opentelemetry.sdk.metrics The SDK implementation of metrics. -
-
Uses of ExtendedLongUpDownCounterBuilder in io.opentelemetry.api.incubator.metrics
Classes in io.opentelemetry.api.incubator.metrics that implement ExtendedLongUpDownCounterBuilder Modifier and Type Class Description private static classExtendedDefaultMeter.NoopLongUpDownCounterBuilderMethods in io.opentelemetry.api.incubator.metrics that return ExtendedLongUpDownCounterBuilder Modifier and Type Method Description default ExtendedLongUpDownCounterBuilderExtendedLongUpDownCounterBuilder. setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this up down counter. -
Uses of ExtendedLongUpDownCounterBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement ExtendedLongUpDownCounterBuilder Modifier and Type Class Description (package private) static classSdkLongUpDownCounter.SdkLongUpDownCounterBuilderMethods in io.opentelemetry.sdk.metrics that return ExtendedLongUpDownCounterBuilder Modifier and Type Method Description ExtendedLongUpDownCounterBuilderSdkLongUpDownCounter.SdkLongUpDownCounterBuilder. setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
-