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 interface
ExtendedLongUpDownCounterBuilder
ExtendedLongUpDownCounterBuilder
with experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongUpDownCounterBuilder Modifier and Type Class Description private static class
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder
Fields in io.opentelemetry.api.incubator.metrics declared as LongUpDownCounterBuilder Modifier and Type Field Description private static LongUpDownCounterBuilder
ExtendedDefaultMeter. NOOP_LONG_UP_DOWN_COUNTER_BUILDER
Methods in io.opentelemetry.api.incubator.metrics that return LongUpDownCounterBuilder Modifier and Type Method Description LongUpDownCounterBuilder
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder. setDescription(java.lang.String description)
LongUpDownCounterBuilder
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder. setUnit(java.lang.String unit)
LongUpDownCounterBuilder
ExtendedDefaultMeter. 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 class
DefaultMeter.NoopLongUpDownCounterBuilder
Fields in io.opentelemetry.api.metrics declared as LongUpDownCounterBuilder Modifier and Type Field Description private static LongUpDownCounterBuilder
DefaultMeter. NOOP_LONG_UP_DOWN_COUNTER_BUILDER
Methods in io.opentelemetry.api.metrics that return LongUpDownCounterBuilder Modifier and Type Method Description LongUpDownCounterBuilder
DefaultMeter.NoopLongUpDownCounterBuilder. setDescription(java.lang.String description)
LongUpDownCounterBuilder
LongUpDownCounterBuilder. setDescription(java.lang.String description)
Sets the description for this instrument.LongUpDownCounterBuilder
DefaultMeter.NoopLongUpDownCounterBuilder. setUnit(java.lang.String unit)
LongUpDownCounterBuilder
LongUpDownCounterBuilder. setUnit(java.lang.String unit)
Sets the unit of measure for this instrument.LongUpDownCounterBuilder
DefaultMeter. upDownCounterBuilder(java.lang.String name)
LongUpDownCounterBuilder
Meter. 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 class
SdkLongUpDownCounter.SdkLongUpDownCounterBuilder
Methods in io.opentelemetry.sdk.metrics that return LongUpDownCounterBuilder Modifier and Type Method Description LongUpDownCounterBuilder
SdkLongUpDownCounter.SdkLongUpDownCounterBuilder. setDescription(java.lang.String description)
LongUpDownCounterBuilder
SdkLongUpDownCounter.SdkLongUpDownCounterBuilder. setUnit(java.lang.String unit)
LongUpDownCounterBuilder
SdkMeter. upDownCounterBuilder(java.lang.String name)
-