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
Methods in io.opencensus.metrics that return LongGaugeModifier and TypeMethodDescriptionabstract LongGaugeMetricRegistry.addLongGauge(String name, MetricOptions options) Builds a new long gauge to be added to the registry.Deprecated.
MetricRegistry.addLongGauge(String, MetricOptions).