Uses of Class
io.opencensus.metrics.LongGauge
Packages that use LongGauge
Package
Description
This package describes the Metrics data model.
-
Uses of LongGauge in io.opencensus.implcore.metrics
Subclasses of LongGauge in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return LongGaugeModifier and TypeMethodDescriptionMetricRegistryImpl.addLongGauge
(String name, MetricOptions options) -
Uses of LongGauge in io.opencensus.metrics
Subclasses of LongGauge in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final class
No-op implementations of LongGauge class.Methods in io.opencensus.metrics that return LongGaugeModifier and TypeMethodDescriptionabstract LongGauge
MetricRegistry.addLongGauge
(String name, MetricOptions options) Builds a new long gauge to be added to the registry.Deprecated.MetricRegistry.NoopMetricRegistry.addLongGauge
(String name, MetricOptions options) (package private) static LongGauge
Returns the no-op implementation of theLongGauge
.
MetricRegistry.addLongGauge(String, MetricOptions)
.