Uses of Interface
io.opentelemetry.api.metrics.DoubleUpDownCounterBuilder
Packages that use DoubleUpDownCounterBuilder
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
The SDK implementation of metrics.
-
Uses of DoubleUpDownCounterBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of DoubleUpDownCounterBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterface
ExtendedDoubleUpDownCounterBuilder
with experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement DoubleUpDownCounterBuilderModifier and TypeClassDescriptionprivate static class
Fields in io.opentelemetry.api.incubator.metrics declared as DoubleUpDownCounterBuilderModifier and TypeFieldDescriptionprivate static final DoubleUpDownCounterBuilder
ExtendedDefaultMeter.NoopLongUpDownCounterBuilder.NOOP_DOUBLE_UP_DOWN_COUNTER_BUILDER
Methods in io.opentelemetry.api.incubator.metrics that return DoubleUpDownCounterBuilderModifier and TypeMethodDescriptionExtendedDefaultMeter.NoopLongUpDownCounterBuilder.ofDoubles()
ExtendedDefaultMeter.NoopDoubleUpDownCounterBuilder.setDescription
(String description) -
Uses of DoubleUpDownCounterBuilder in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement DoubleUpDownCounterBuilderModifier and TypeClassDescriptionprivate static class
Fields in io.opentelemetry.api.metrics declared as DoubleUpDownCounterBuilderModifier and TypeFieldDescriptionprivate static final DoubleUpDownCounterBuilder
DefaultMeter.NoopLongUpDownCounterBuilder.NOOP_DOUBLE_UP_DOWN_COUNTER_BUILDER
Methods in io.opentelemetry.api.metrics that return DoubleUpDownCounterBuilderModifier and TypeMethodDescriptionDefaultMeter.NoopLongUpDownCounterBuilder.ofDoubles()
LongUpDownCounterBuilder.ofDoubles()
Sets the Counter for recordingdouble
values.DefaultMeter.NoopDoubleUpDownCounterBuilder.setDescription
(String description) DoubleUpDownCounterBuilder.setDescription
(String description) Sets the description for this instrument.Sets the unit of measure for this instrument. -
Uses of DoubleUpDownCounterBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement DoubleUpDownCounterBuilderModifier and TypeClassDescription(package private) static final class
Methods in io.opentelemetry.sdk.metrics that return DoubleUpDownCounterBuilderModifier and TypeMethodDescriptionSdkLongUpDownCounter.SdkLongUpDownCounterBuilder.ofDoubles()
SdkDoubleUpDownCounter.SdkDoubleUpDownCounterBuilder.setDescription
(String description)