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 class
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder
Methods in io.opentelemetry.api.incubator.metrics that return ExtendedLongUpDownCounterBuilder Modifier and Type Method Description default ExtendedLongUpDownCounterBuilder
ExtendedLongUpDownCounterBuilder. 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 class
SdkLongUpDownCounter.SdkLongUpDownCounterBuilder
Methods in io.opentelemetry.sdk.metrics that return ExtendedLongUpDownCounterBuilder Modifier and Type Method Description ExtendedLongUpDownCounterBuilder
SdkLongUpDownCounter.SdkLongUpDownCounterBuilder. setAttributesAdvice(java.util.List<AttributeKey<?>> attributes)
-