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.
-
Uses of LongUpDownCounterBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongUpDownCounterBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterfaceExtendedLongUpDownCounterBuilderwith experimental APIs. -
Uses of LongUpDownCounterBuilder in io.opentelemetry.api.metrics
Methods in io.opentelemetry.api.metrics that return LongUpDownCounterBuilderModifier and TypeMethodDescriptionLongUpDownCounterBuilder.setDescription(String description) Sets the description for this instrument.Sets the unit of measure for this instrument.Meter.upDownCounterBuilder(String name) Constructs an UpDownCounter instrument.