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.LongPointLongGaugeImpl.registerTimeSeries(List<LabelValue> labelValues) -
Uses of LongGauge.LongPoint in io.opencensus.metrics
Subclasses of LongGauge.LongPoint in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final classNo-op implementations of LongPoint class.Methods in io.opencensus.metrics that return LongGauge.LongPointModifier and TypeMethodDescriptionabstract LongGauge.LongPointLongGauge.getDefaultTimeSeries()Returns aLongPointfor a gauge with all labels not set, or default labels.abstract LongGauge.LongPointLongGauge.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingLongPoint.