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