Uses of Class
io.opencensus.metrics.LongCumulative.LongPoint
Packages that use LongCumulative.LongPoint
Package
Description
This package describes the Metrics data model.
-
Uses of LongCumulative.LongPoint in io.opencensus.implcore.metrics
Subclasses of LongCumulative.LongPoint in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return LongCumulative.LongPointModifier and TypeMethodDescriptionLongCumulativeImpl.getDefaultTimeSeries()
LongCumulativeImpl.getOrCreateTimeSeries
(List<LabelValue> labelValues) private LongCumulative.LongPoint
LongCumulativeImpl.registerTimeSeries
(List<LabelValue> labelValues) -
Uses of LongCumulative.LongPoint in io.opencensus.metrics
Subclasses of LongCumulative.LongPoint in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final class
No-op implementations of LongPoint class.Methods in io.opencensus.metrics that return LongCumulative.LongPointModifier and TypeMethodDescriptionabstract LongCumulative.LongPoint
LongCumulative.getDefaultTimeSeries()
Returns aLongPoint
for a cumulative with all labels not set, or default labels.abstract LongCumulative.LongPoint
LongCumulative.getOrCreateTimeSeries
(List<LabelValue> labelValues) Creates aTimeSeries
and returns aLongPoint
if the specifiedlabelValues
is not already associated with this cumulative, else returns an existingLongPoint
.