Uses of Class
io.opencensus.metrics.DoubleCumulative
-
Packages that use DoubleCumulative Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of DoubleCumulative in io.opencensus.implcore.metrics
Subclasses of DoubleCumulative in io.opencensus.implcore.metrics Modifier and Type Class Description class
DoubleCumulativeImpl
Implementation ofDoubleCumulative
.Methods in io.opencensus.implcore.metrics that return DoubleCumulative Modifier and Type Method Description DoubleCumulative
MetricRegistryImpl. addDoubleCumulative(java.lang.String name, MetricOptions options)
-
Uses of DoubleCumulative in io.opencensus.metrics
Subclasses of DoubleCumulative in io.opencensus.metrics Modifier and Type Class Description private static class
DoubleCumulative.NoopDoubleCumulative
No-op implementations of DoubleCumulative class.Methods in io.opencensus.metrics that return DoubleCumulative Modifier and Type Method Description abstract DoubleCumulative
MetricRegistry. addDoubleCumulative(java.lang.String name, MetricOptions options)
Builds a new double cumulative to be added to the registry.DoubleCumulative
MetricRegistry.NoopMetricRegistry. addDoubleCumulative(java.lang.String name, MetricOptions options)
(package private) static DoubleCumulative
DoubleCumulative. newNoopDoubleCumulative(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Returns the no-op implementation of theDoubleCumulative
.
-