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