Uses of Interface
io.opentelemetry.api.metrics.LongUpDownCounterBuilder
-
Packages that use LongUpDownCounterBuilder Package Description io.opentelemetry.api.incubator.metrics io.opentelemetry.api.metrics This package describes the Metrics API that can be used to record application Metrics.io.opentelemetry.sdk.metrics The SDK implementation of metrics. -
-
Uses of LongUpDownCounterBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongUpDownCounterBuilder in io.opentelemetry.api.incubator.metrics Modifier and Type Interface Description interfaceExtendedLongUpDownCounterBuilderExtendedLongUpDownCounterBuilderwith experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongUpDownCounterBuilder Modifier and Type Class Description private static classExtendedDefaultMeter.NoopLongUpDownCounterBuilderFields in io.opentelemetry.api.incubator.metrics declared as LongUpDownCounterBuilder Modifier and Type Field Description private static LongUpDownCounterBuilderExtendedDefaultMeter. NOOP_LONG_UP_DOWN_COUNTER_BUILDERMethods in io.opentelemetry.api.incubator.metrics that return LongUpDownCounterBuilder Modifier and Type Method Description LongUpDownCounterBuilderExtendedDefaultMeter.NoopLongUpDownCounterBuilder. setDescription(java.lang.String description)LongUpDownCounterBuilderExtendedDefaultMeter.NoopLongUpDownCounterBuilder. setUnit(java.lang.String unit)LongUpDownCounterBuilderExtendedDefaultMeter. upDownCounterBuilder(java.lang.String name) -
Uses of LongUpDownCounterBuilder in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongUpDownCounterBuilder Modifier and Type Class Description private static classDefaultMeter.NoopLongUpDownCounterBuilderFields in io.opentelemetry.api.metrics declared as LongUpDownCounterBuilder Modifier and Type Field Description private static LongUpDownCounterBuilderDefaultMeter. NOOP_LONG_UP_DOWN_COUNTER_BUILDERMethods in io.opentelemetry.api.metrics that return LongUpDownCounterBuilder Modifier and Type Method Description LongUpDownCounterBuilderDefaultMeter.NoopLongUpDownCounterBuilder. setDescription(java.lang.String description)LongUpDownCounterBuilderLongUpDownCounterBuilder. setDescription(java.lang.String description)Sets the description for this instrument.LongUpDownCounterBuilderDefaultMeter.NoopLongUpDownCounterBuilder. setUnit(java.lang.String unit)LongUpDownCounterBuilderLongUpDownCounterBuilder. setUnit(java.lang.String unit)Sets the unit of measure for this instrument.LongUpDownCounterBuilderDefaultMeter. upDownCounterBuilder(java.lang.String name)LongUpDownCounterBuilderMeter. upDownCounterBuilder(java.lang.String name)Constructs an UpDownCounter instrument. -
Uses of LongUpDownCounterBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongUpDownCounterBuilder Modifier and Type Class Description (package private) static classSdkLongUpDownCounter.SdkLongUpDownCounterBuilderMethods in io.opentelemetry.sdk.metrics that return LongUpDownCounterBuilder Modifier and Type Method Description LongUpDownCounterBuilderSdkLongUpDownCounter.SdkLongUpDownCounterBuilder. setDescription(java.lang.String description)LongUpDownCounterBuilderSdkLongUpDownCounter.SdkLongUpDownCounterBuilder. setUnit(java.lang.String unit)LongUpDownCounterBuilderSdkMeter. upDownCounterBuilder(java.lang.String name)
-