Uses of Class
io.opencensus.metrics.LongCumulative
Packages that use LongCumulative
Package
Description
This package describes the Metrics data model.
-
Uses of LongCumulative in io.opencensus.implcore.metrics
Subclasses of LongCumulative in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return LongCumulativeModifier and TypeMethodDescriptionMetricRegistryImpl.addLongCumulative
(String name, MetricOptions options) -
Uses of LongCumulative in io.opencensus.metrics
Subclasses of LongCumulative in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final class
No-op implementations of LongCumulative class.Methods in io.opencensus.metrics that return LongCumulativeModifier and TypeMethodDescriptionabstract LongCumulative
MetricRegistry.addLongCumulative
(String name, MetricOptions options) Builds a new long cumulative to be added to the registry.MetricRegistry.NoopMetricRegistry.addLongCumulative
(String name, MetricOptions options) (package private) static LongCumulative
LongCumulative.newNoopLongCumulative
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theLongCumulative
.