Uses of Interface
io.opentelemetry.api.metrics.LongUpDownCounter
-
Packages that use LongUpDownCounter 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 LongUpDownCounter in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongUpDownCounter in io.opentelemetry.api.incubator.metrics Modifier and Type Interface Description interface
ExtendedLongUpDownCounter
ExtendedLongUpDownCounter
with experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongUpDownCounter Modifier and Type Class Description private static class
ExtendedDefaultMeter.NoopLongUpDownCounter
Fields in io.opentelemetry.api.incubator.metrics declared as LongUpDownCounter Modifier and Type Field Description private static LongUpDownCounter
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder. NOOP_UP_DOWN_COUNTER
Methods in io.opentelemetry.api.incubator.metrics that return LongUpDownCounter Modifier and Type Method Description LongUpDownCounter
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder. build()
-
Uses of LongUpDownCounter in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongUpDownCounter Modifier and Type Class Description private static class
DefaultMeter.NoopLongUpDownCounter
Fields in io.opentelemetry.api.metrics declared as LongUpDownCounter Modifier and Type Field Description private static LongUpDownCounter
DefaultMeter.NoopLongUpDownCounterBuilder. NOOP_UP_DOWN_COUNTER
Methods in io.opentelemetry.api.metrics that return LongUpDownCounter Modifier and Type Method Description LongUpDownCounter
DefaultMeter.NoopLongUpDownCounterBuilder. build()
LongUpDownCounter
LongUpDownCounterBuilder. build()
Builds and returns an UpDownCounter instrument with the configuration. -
Uses of LongUpDownCounter in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongUpDownCounter Modifier and Type Class Description (package private) class
SdkLongUpDownCounter
Methods in io.opentelemetry.sdk.metrics that return LongUpDownCounter Modifier and Type Method Description LongUpDownCounter
SdkLongUpDownCounter.SdkLongUpDownCounterBuilder. build()
-