Uses of Interface
io.opentelemetry.api.metrics.LongCounterBuilder
Packages that use LongCounterBuilder
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
The SDK implementation of metrics.
-
Uses of LongCounterBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongCounterBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterface
ExtendedLongCounterBuilder
with experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongCounterBuilderModifier and TypeClassDescriptionprivate static class
Fields in io.opentelemetry.api.incubator.metrics declared as LongCounterBuilderModifier and TypeFieldDescriptionprivate static final LongCounterBuilder
ExtendedDefaultMeter.NOOP_LONG_COUNTER_BUILDER
Methods in io.opentelemetry.api.incubator.metrics that return LongCounterBuilderModifier and TypeMethodDescriptionExtendedDefaultMeter.counterBuilder
(String name) ExtendedDefaultMeter.NoopLongCounterBuilder.setDescription
(String description) -
Uses of LongCounterBuilder in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongCounterBuilderFields in io.opentelemetry.api.metrics declared as LongCounterBuilderModifier and TypeFieldDescriptionprivate static final LongCounterBuilder
DefaultMeter.NOOP_LONG_COUNTER_BUILDER
Methods in io.opentelemetry.api.metrics that return LongCounterBuilderModifier and TypeMethodDescriptionDefaultMeter.counterBuilder
(String name) Meter.counterBuilder
(String name) Constructs a Counter instrument.DefaultMeter.NoopLongCounterBuilder.setDescription
(String description) LongCounterBuilder.setDescription
(String description) Sets the description for this instrument.Sets the unit of measure for this instrument. -
Uses of LongCounterBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongCounterBuilderModifier and TypeClassDescription(package private) static final class
Methods in io.opentelemetry.sdk.metrics that return LongCounterBuilderModifier and TypeMethodDescriptionSdkMeter.counterBuilder
(String name) SdkLongCounter.SdkLongCounterBuilder.setDescription
(String description)