Uses of Interface
io.opentelemetry.api.metrics.LongGaugeBuilder
Packages that use LongGaugeBuilder
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
The SDK implementation of metrics.
-
Uses of LongGaugeBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongGaugeBuilder in io.opentelemetry.api.incubator.metricsClasses in io.opentelemetry.api.incubator.metrics that implement LongGaugeBuilderFields in io.opentelemetry.api.incubator.metrics declared as LongGaugeBuilderModifier and TypeFieldDescriptionprivate static final LongGaugeBuilder
ExtendedDefaultMeter.NoopDoubleGaugeBuilder.NOOP_LONG_GAUGE_BUILDER
Methods in io.opentelemetry.api.incubator.metrics that return LongGaugeBuilderModifier and TypeMethodDescriptionExtendedDefaultMeter.NoopDoubleGaugeBuilder.ofLongs()
ExtendedDefaultMeter.NoopLongGaugeBuilder.setDescription
(String description) -
Uses of LongGaugeBuilder in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongGaugeBuilderFields in io.opentelemetry.api.metrics declared as LongGaugeBuilderModifier and TypeFieldDescriptionprivate static final LongGaugeBuilder
DefaultMeter.NoopDoubleGaugeBuilder.NOOP_LONG_GAUGE_BUILDER
Methods in io.opentelemetry.api.metrics that return LongGaugeBuilderModifier and TypeMethodDescriptionDefaultMeter.NoopDoubleGaugeBuilder.ofLongs()
DoubleGaugeBuilder.ofLongs()
Sets the Gauge for recordinglong
values.DefaultMeter.NoopLongGaugeBuilder.setDescription
(String description) LongGaugeBuilder.setDescription
(String description) Sets the description for this instrument.Sets the unit of measure for this instrument. -
Uses of LongGaugeBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongGaugeBuilderModifier and TypeClassDescription(package private) static final class
Methods in io.opentelemetry.sdk.metrics that return LongGaugeBuilderModifier and TypeMethodDescriptionSdkDoubleGauge.SdkDoubleGaugeBuilder.ofLongs()
SdkLongGauge.SdkLongGaugeBuilder.setDescription
(String description)