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