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 classDoubleGaugeImplImplementation ofDoubleGauge.Methods in io.opencensus.implcore.metrics that return DoubleGauge Modifier and Type Method Description DoubleGaugeMetricRegistryImpl. 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 classDoubleGauge.NoopDoubleGaugeNo-op implementations of DoubleGauge class.Methods in io.opencensus.metrics that return DoubleGauge Modifier and Type Method Description abstract DoubleGaugeMetricRegistry. addDoubleGauge(java.lang.String name, MetricOptions options)Builds a new double gauge to be added to the registry.DoubleGaugeMetricRegistry. 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).DoubleGaugeMetricRegistry.NoopMetricRegistry. addDoubleGauge(java.lang.String name, MetricOptions options)(package private) static DoubleGaugeDoubleGauge. 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.
-