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.
-
Uses of LongCounterBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongCounterBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterfaceExtendedLongCounterBuilderwith experimental APIs. -
Uses of LongCounterBuilder in io.opentelemetry.api.metrics
Methods in io.opentelemetry.api.metrics that return LongCounterBuilderModifier and TypeMethodDescriptionMeter.counterBuilder(String name) Constructs a Counter instrument.LongCounterBuilder.setDescription(String description) Sets the description for this instrument.Sets the unit of measure for this instrument.