Uses of Class
io.opencensus.metrics.DoubleGauge.DoublePoint
Packages that use DoubleGauge.DoublePoint
Package
Description
This package describes the Metrics data model.
-
Uses of DoubleGauge.DoublePoint in io.opencensus.implcore.metrics
Subclasses of DoubleGauge.DoublePoint in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return DoubleGauge.DoublePointModifier and TypeMethodDescriptionDoubleGaugeImpl.getDefaultTimeSeries()DoubleGaugeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) private DoubleGauge.DoublePointDoubleGaugeImpl.registerTimeSeries(List<LabelValue> labelValues) -
Uses of DoubleGauge.DoublePoint in io.opencensus.metrics
Subclasses of DoubleGauge.DoublePoint in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final classNo-op implementations of DoublePoint class.Methods in io.opencensus.metrics that return DoubleGauge.DoublePointModifier and TypeMethodDescriptionabstract DoubleGauge.DoublePointDoubleGauge.getDefaultTimeSeries()Returns aDoublePointfor a gauge with all labels not set, or default labels.abstract DoubleGauge.DoublePointDoubleGauge.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingDoublePoint.