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 classDoubleCumulativeImplImplementation ofDoubleCumulative.Methods in io.opencensus.implcore.metrics that return DoubleCumulative Modifier and Type Method Description DoubleCumulativeMetricRegistryImpl. 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 classDoubleCumulative.NoopDoubleCumulativeNo-op implementations of DoubleCumulative class.Methods in io.opencensus.metrics that return DoubleCumulative Modifier and Type Method Description abstract DoubleCumulativeMetricRegistry. addDoubleCumulative(java.lang.String name, MetricOptions options)Builds a new double cumulative to be added to the registry.DoubleCumulativeMetricRegistry.NoopMetricRegistry. addDoubleCumulative(java.lang.String name, MetricOptions options)(package private) static DoubleCumulativeDoubleCumulative. 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.
-