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