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 interfaceExtendedLongUpDownCounterExtendedLongUpDownCounterwith experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongUpDownCounter Modifier and Type Class Description private static classExtendedDefaultMeter.NoopLongUpDownCounterFields in io.opentelemetry.api.incubator.metrics declared as LongUpDownCounter Modifier and Type Field Description private static LongUpDownCounterExtendedDefaultMeter.NoopLongUpDownCounterBuilder. NOOP_UP_DOWN_COUNTERMethods in io.opentelemetry.api.incubator.metrics that return LongUpDownCounter Modifier and Type Method Description LongUpDownCounterExtendedDefaultMeter.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 classDefaultMeter.NoopLongUpDownCounterFields in io.opentelemetry.api.metrics declared as LongUpDownCounter Modifier and Type Field Description private static LongUpDownCounterDefaultMeter.NoopLongUpDownCounterBuilder. NOOP_UP_DOWN_COUNTERMethods in io.opentelemetry.api.metrics that return LongUpDownCounter Modifier and Type Method Description LongUpDownCounterDefaultMeter.NoopLongUpDownCounterBuilder. build()LongUpDownCounterLongUpDownCounterBuilder. 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) classSdkLongUpDownCounterMethods in io.opentelemetry.sdk.metrics that return LongUpDownCounter Modifier and Type Method Description LongUpDownCounterSdkLongUpDownCounter.SdkLongUpDownCounterBuilder. build()
-