JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
com.azure.core.util.metrics.LongGauge
Packages that use
LongGauge
Package
Description
com.azure.core.util.metrics
Package containing core utility classes.
Uses of
LongGauge
in
com.azure.core.util.metrics
Methods in
com.azure.core.util.metrics
that return
LongGauge
Modifier and Type
Method
Description
default
LongGauge
Meter.
createLongGauge
(
String
name,
String
description,
String
unit)
Creates
LongGauge
instrument that is used to asynchronously record current value of metric.