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