Uses of Interface
com.azure.core.util.metrics.LongCounter
Packages that use LongCounter
-
Uses of LongCounter in com.azure.core.util.metrics
Methods in com.azure.core.util.metrics that return LongCounterModifier and TypeMethodDescriptionMeter.createLongCounter(String name, String description, String unit) Creates Counter instrument that is used to record incrementing values, such as number of sent messages or created connections.Meter.createLongUpDownCounter(String name, String description, String unit) Creates UpDownCounter instrument that is used to record values that can go up or down, such as number of active connections or queue size.