Uses of Interface
io.opentelemetry.api.metrics.LongUpDownCounterBuilder
Packages that use LongUpDownCounterBuilder
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
The SDK implementation of metrics.
-
Uses of LongUpDownCounterBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongUpDownCounterBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterfaceExtendedLongUpDownCounterBuilderwith experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongUpDownCounterBuilderModifier and TypeClassDescriptionprivate static classFields in io.opentelemetry.api.incubator.metrics declared as LongUpDownCounterBuilderModifier and TypeFieldDescriptionprivate static final LongUpDownCounterBuilderExtendedDefaultMeter.NOOP_LONG_UP_DOWN_COUNTER_BUILDERMethods in io.opentelemetry.api.incubator.metrics that return LongUpDownCounterBuilderModifier and TypeMethodDescriptionExtendedDefaultMeter.NoopLongUpDownCounterBuilder.setDescription(String description) ExtendedDefaultMeter.upDownCounterBuilder(String name) -
Uses of LongUpDownCounterBuilder in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongUpDownCounterBuilderFields in io.opentelemetry.api.metrics declared as LongUpDownCounterBuilderModifier and TypeFieldDescriptionprivate static final LongUpDownCounterBuilderDefaultMeter.NOOP_LONG_UP_DOWN_COUNTER_BUILDERMethods in io.opentelemetry.api.metrics that return LongUpDownCounterBuilderModifier and TypeMethodDescriptionDefaultMeter.NoopLongUpDownCounterBuilder.setDescription(String description) LongUpDownCounterBuilder.setDescription(String description) Sets the description for this instrument.Sets the unit of measure for this instrument.DefaultMeter.upDownCounterBuilder(String name) Meter.upDownCounterBuilder(String name) Constructs an UpDownCounter instrument. -
Uses of LongUpDownCounterBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongUpDownCounterBuilderModifier and TypeClassDescription(package private) static final classMethods in io.opentelemetry.sdk.metrics that return LongUpDownCounterBuilderModifier and TypeMethodDescriptionSdkLongUpDownCounter.SdkLongUpDownCounterBuilder.setDescription(String description) SdkMeter.upDownCounterBuilder(String name)