Uses of Class
io.opencensus.metrics.DoubleCumulative.DoublePoint
Packages that use DoubleCumulative.DoublePoint
Package
Description
This package describes the Metrics data model.
-
Uses of DoubleCumulative.DoublePoint in io.opencensus.implcore.metrics
Subclasses of DoubleCumulative.DoublePoint in io.opencensus.implcore.metricsModifier and TypeClassDescriptionstatic final class
Implementation ofDoubleCumulative.DoublePoint
.Methods in io.opencensus.implcore.metrics that return DoubleCumulative.DoublePointModifier and TypeMethodDescriptionDoubleCumulativeImpl.getDefaultTimeSeries()
DoubleCumulativeImpl.getOrCreateTimeSeries
(List<LabelValue> labelValues) private DoubleCumulative.DoublePoint
DoubleCumulativeImpl.registerTimeSeries
(List<LabelValue> labelValues) -
Uses of DoubleCumulative.DoublePoint in io.opencensus.metrics
Subclasses of DoubleCumulative.DoublePoint in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final class
No-op implementations of DoublePoint class.Methods in io.opencensus.metrics that return DoubleCumulative.DoublePointModifier and TypeMethodDescriptionabstract DoubleCumulative.DoublePoint
DoubleCumulative.getDefaultTimeSeries()
Returns aDoublePoint
for a cumulative with all labels not set, or default labels.abstract DoubleCumulative.DoublePoint
DoubleCumulative.getOrCreateTimeSeries
(List<LabelValue> labelValues) Creates aTimeSeries
and returns aDoublePoint
if the specifiedlabelValues
is not already associated with this cumulative, else returns an existingDoublePoint
.