Uses of Class
io.opencensus.metrics.DoubleGauge
Packages that use DoubleGauge
Package
Description
This package describes the Metrics data model.
-
Uses of DoubleGauge in io.opencensus.implcore.metrics
Subclasses of DoubleGauge in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return DoubleGaugeModifier and TypeMethodDescriptionMetricRegistryImpl.addDoubleGauge
(String name, MetricOptions options) -
Uses of DoubleGauge in io.opencensus.metrics
Subclasses of DoubleGauge in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final class
No-op implementations of DoubleGauge class.Methods in io.opencensus.metrics that return DoubleGaugeModifier and TypeMethodDescriptionabstract DoubleGauge
MetricRegistry.addDoubleGauge
(String name, MetricOptions options) Builds a new double gauge to be added to the registry.MetricRegistry.addDoubleGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Deprecated.MetricRegistry.NoopMetricRegistry.addDoubleGauge
(String name, MetricOptions options) (package private) static DoubleGauge
DoubleGauge.newNoopDoubleGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDoubleGauge
.
MetricRegistry.addDoubleGauge(String, MetricOptions)
.