Uses of Interface
io.opentelemetry.api.metrics.ObservableLongCounter
Packages that use ObservableLongCounter
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
-
Uses of ObservableLongCounter in io.opentelemetry.api.metrics
Methods in io.opentelemetry.api.metrics that return ObservableLongCounterModifier and TypeMethodDescriptionLongCounterBuilder.buildWithCallback(Consumer<ObservableLongMeasurement> callback) Builds an Asynchronous Counter instrument with the given callback.