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
Methods in io.opencensus.metrics that return DerivedDoubleCumulativeModifier and TypeMethodDescriptionabstract DerivedDoubleCumulativeMetricRegistry.addDerivedDoubleCumulative(String name, MetricOptions options) Builds a new derived double cumulative to be added to the registry.