Uses of Class
io.opencensus.metrics.LongGauge
-
Packages that use LongGauge Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of LongGauge in io.opencensus.implcore.metrics
Subclasses of LongGauge in io.opencensus.implcore.metrics Modifier and Type Class Description class
LongGaugeImpl
Implementation ofLongGauge
.Methods in io.opencensus.implcore.metrics that return LongGauge Modifier and Type Method Description LongGauge
MetricRegistryImpl. addLongGauge(java.lang.String name, MetricOptions options)
-
Uses of LongGauge in io.opencensus.metrics
Subclasses of LongGauge in io.opencensus.metrics Modifier and Type Class Description private static class
LongGauge.NoopLongGauge
No-op implementations of LongGauge class.Methods in io.opencensus.metrics that return LongGauge Modifier and Type Method Description abstract LongGauge
MetricRegistry. addLongGauge(java.lang.String name, MetricOptions options)
Builds a new long gauge to be added to the registry.LongGauge
MetricRegistry. addLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Deprecated.since 0.20, useMetricRegistry.addLongGauge(String, MetricOptions)
.LongGauge
MetricRegistry.NoopMetricRegistry. addLongGauge(java.lang.String name, MetricOptions options)
(package private) static LongGauge
LongGauge. newNoopLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Returns the no-op implementation of theLongGauge
.
-