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 classLongGaugeImpl.PointImplImplementation ofLongGauge.LongPoint.Methods in io.opencensus.implcore.metrics that return LongGauge.LongPoint Modifier and Type Method Description LongGauge.LongPointLongGaugeImpl. getDefaultTimeSeries()LongGauge.LongPointLongGaugeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)private LongGauge.LongPointLongGaugeImpl. 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 classLongGauge.NoopLongGauge.NoopLongPointNo-op implementations of LongPoint class.Methods in io.opencensus.metrics that return LongGauge.LongPoint Modifier and Type Method Description abstract LongGauge.LongPointLongGauge. getDefaultTimeSeries()Returns aLongPointfor a gauge with all labels not set, or default labels.abstract LongGauge.LongPointLongGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingLongPoint.
-