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