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