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