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 classDerivedDoubleCumulativeImplImplementation ofDerivedDoubleCumulative.Methods in io.opencensus.implcore.metrics that return DerivedDoubleCumulative Modifier and Type Method Description DerivedDoubleCumulativeMetricRegistryImpl. 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 classDerivedDoubleCumulative.NoopDerivedDoubleCumulativeNo-op implementations of DerivedDoubleCumulative class.Methods in io.opencensus.metrics that return DerivedDoubleCumulative Modifier and Type Method Description abstract DerivedDoubleCumulativeMetricRegistry. addDerivedDoubleCumulative(java.lang.String name, MetricOptions options)Builds a new derived double cumulative to be added to the registry.DerivedDoubleCumulativeMetricRegistry.NoopMetricRegistry. addDerivedDoubleCumulative(java.lang.String name, MetricOptions options)(package private) static DerivedDoubleCumulativeDerivedDoubleCumulative. 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.
-