Uses of Class
io.opencensus.metrics.LabelValue
Packages that use LabelValue
Package
Description
This package describes the Metrics data model.
-
Uses of LabelValue in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as LabelValueModifier and TypeFieldDescription(package private) static final LabelValueDoubleCumulativeImpl.UNSET_VALUE(package private) static final LabelValueDoubleGaugeImpl.UNSET_VALUE(package private) static final LabelValueLongCumulativeImpl.UNSET_VALUE(package private) static final LabelValueLongGaugeImpl.UNSET_VALUEFields in io.opencensus.implcore.metrics with type parameters of type LabelValueModifier and TypeFieldDescriptionprivate final List<LabelValue> DerivedDoubleCumulativeImpl.constantLabelValuesprivate final List<LabelValue> DerivedDoubleGaugeImpl.constantLabelValuesprivate final List<LabelValue> DerivedLongCumulativeImpl.constantLabelValuesprivate final List<LabelValue> DerivedLongGaugeImpl.constantLabelValuesprivate final List<LabelValue> DoubleCumulativeImpl.constantLabelValuesprivate final List<LabelValue> DoubleGaugeImpl.constantLabelValuesprivate final List<LabelValue> LongCumulativeImpl.constantLabelValuesprivate final List<LabelValue> LongGaugeImpl.constantLabelValuesprivate final List<LabelValue> DoubleCumulativeImpl.defaultLabelValuesprivate final List<LabelValue> DoubleGaugeImpl.defaultLabelValuesprivate final List<LabelValue> LongCumulativeImpl.defaultLabelValuesprivate final List<LabelValue> LongGaugeImpl.defaultLabelValuesprivate final List<LabelValue> DerivedDoubleCumulativeImpl.PointWithFunction.labelValuesprivate final List<LabelValue> DerivedLongCumulativeImpl.PointWithFunction.labelValuesprivate final List<LabelValue> DoubleCumulativeImpl.PointImpl.labelValuesprivate final List<LabelValue> LongCumulativeImpl.PointImpl.labelValuesprivate Map<List<LabelValue>, DerivedDoubleCumulativeImpl.PointWithFunction<?>> DerivedDoubleCumulativeImpl.registeredPointsprivate Map<List<LabelValue>, DerivedDoubleGaugeImpl.PointWithFunction<?>> DerivedDoubleGaugeImpl.registeredPointsprivate Map<List<LabelValue>, DerivedLongCumulativeImpl.PointWithFunction<?>> DerivedLongCumulativeImpl.registeredPointsprivate Map<List<LabelValue>, DerivedLongGaugeImpl.PointWithFunction<?>> DerivedLongGaugeImpl.registeredPointsprivate Map<List<LabelValue>, DoubleCumulativeImpl.PointImpl> DoubleCumulativeImpl.registeredPointsprivate Map<List<LabelValue>, DoubleGaugeImpl.PointImpl> DoubleGaugeImpl.registeredPointsprivate Map<List<LabelValue>, LongCumulativeImpl.PointImpl> LongCumulativeImpl.registeredPointsprivate Map<List<LabelValue>, LongGaugeImpl.PointImpl> LongGaugeImpl.registeredPointsMethod parameters in io.opencensus.implcore.metrics with type arguments of type LabelValueModifier and TypeMethodDescription<T> voidDerivedDoubleCumulativeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) <T> voidDerivedDoubleGaugeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) <T> voidDerivedLongCumulativeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) <T> voidDerivedLongGaugeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) DoubleCumulativeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) DoubleGaugeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) LongCumulativeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) LongGaugeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) private DoubleCumulative.DoublePointDoubleCumulativeImpl.registerTimeSeries(List<LabelValue> labelValues) private DoubleGauge.DoublePointDoubleGaugeImpl.registerTimeSeries(List<LabelValue> labelValues) private LongCumulative.LongPointLongCumulativeImpl.registerTimeSeries(List<LabelValue> labelValues) private LongGauge.LongPointLongGaugeImpl.registerTimeSeries(List<LabelValue> labelValues) voidDerivedDoubleCumulativeImpl.removeTimeSeries(List<LabelValue> labelValues) voidDerivedDoubleGaugeImpl.removeTimeSeries(List<LabelValue> labelValues) voidDerivedLongCumulativeImpl.removeTimeSeries(List<LabelValue> labelValues) voidDerivedLongGaugeImpl.removeTimeSeries(List<LabelValue> labelValues) voidDoubleCumulativeImpl.removeTimeSeries(List<LabelValue> labelValues) voidDoubleGaugeImpl.removeTimeSeries(List<LabelValue> labelValues) voidLongCumulativeImpl.removeTimeSeries(List<LabelValue> labelValues) voidLongGaugeImpl.removeTimeSeries(List<LabelValue> labelValues) Constructor parameters in io.opencensus.implcore.metrics with type arguments of type LabelValueModifierConstructorDescription(package private)DerivedDoubleCumulativeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels, Timestamp startTime) (package private)DerivedDoubleGaugeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) (package private)DerivedLongCumulativeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels, Timestamp startTime) (package private)DerivedLongGaugeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) (package private)DoubleCumulativeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels, Timestamp startTime) (package private)DoubleGaugeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) (package private)LongCumulativeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels, Timestamp startTime) (package private)LongGaugeImpl(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) (package private)PointImpl(List<LabelValue> labelValues, Timestamp startTime) (package private)PointImpl(List<LabelValue> labelValues) (package private)PointImpl(List<LabelValue> labelValues, Timestamp startTime) (package private)PointImpl(List<LabelValue> labelValues) (package private)PointWithFunction(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function, Timestamp startTime) (package private)PointWithFunction(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) (package private)PointWithFunction(List<LabelValue> labelValues, T obj, ToLongFunction<T> function, Timestamp startTime) (package private)PointWithFunction(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) -
Uses of LabelValue in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return types with arguments of type LabelValueModifier and TypeMethodDescription(package private) static List<LabelValue> MetricUtils.tagValuesToLabelValues(List<TagValue> tagValues) -
Uses of LabelValue in io.opencensus.metrics
Subclasses of LabelValue in io.opencensus.metricsFields in io.opencensus.metrics with type parameters of type LabelValueModifier and TypeFieldDescriptionprivate Map<LabelKey, LabelValue> AutoValue_MetricOptions.Builder.constantLabelsprivate final Map<LabelKey, LabelValue> AutoValue_MetricOptions.constantLabelsMethods in io.opencensus.metrics that return LabelValueMethods in io.opencensus.metrics that return types with arguments of type LabelValueModifier and TypeMethodDescription(package private) Map<LabelKey, LabelValue> AutoValue_MetricOptions.Builder.getConstantLabels()AutoValue_MetricOptions.getConstantLabels()(package private) abstract Map<LabelKey, LabelValue> MetricOptions.Builder.getConstantLabels()abstract Map<LabelKey, LabelValue> MetricOptions.getConstantLabels()Returns the map of constant labels (they will be added to all the TimeSeries) for the Metric.Method parameters in io.opencensus.metrics with type arguments of type LabelValueModifier and TypeMethodDescriptionabstract <T> voidDerivedDoubleCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries.<T> voidDerivedDoubleCumulative.NoopDerivedDoubleCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) abstract <T> voidDerivedDoubleGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries.<T> voidDerivedDoubleGauge.NoopDerivedDoubleGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) abstract <T> voidDerivedLongCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries.<T> voidDerivedLongCumulative.NoopDerivedLongCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) abstract <T> voidDerivedLongGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries.<T> voidDerivedLongGauge.NoopDerivedLongGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) abstract DoubleCumulative.DoublePointDoubleCumulative.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingDoublePoint.DoubleCumulative.NoopDoubleCumulative.getOrCreateTimeSeries(List<LabelValue> labelValues) abstract DoubleGauge.DoublePointDoubleGauge.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingDoublePoint.DoubleGauge.NoopDoubleGauge.getOrCreateTimeSeries(List<LabelValue> labelValues) abstract LongCumulative.LongPointLongCumulative.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingLongPoint.LongCumulative.NoopLongCumulative.getOrCreateTimeSeries(List<LabelValue> labelValues) abstract LongGauge.LongPointLongGauge.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingLongPoint.LongGauge.NoopLongGauge.getOrCreateTimeSeries(List<LabelValue> labelValues) voidDerivedDoubleCumulative.NoopDerivedDoubleCumulative.removeTimeSeries(List<LabelValue> labelValues) abstract voidDerivedDoubleCumulative.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the cumulative metric, if it is present.voidDerivedDoubleGauge.NoopDerivedDoubleGauge.removeTimeSeries(List<LabelValue> labelValues) abstract voidDerivedDoubleGauge.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the gauge metric, if it is present.voidDerivedLongCumulative.NoopDerivedLongCumulative.removeTimeSeries(List<LabelValue> labelValues) abstract voidDerivedLongCumulative.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the cumulative metric, if it is present.voidDerivedLongGauge.NoopDerivedLongGauge.removeTimeSeries(List<LabelValue> labelValues) abstract voidDerivedLongGauge.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the gauge metric, if it is present.voidDoubleCumulative.NoopDoubleCumulative.removeTimeSeries(List<LabelValue> labelValues) abstract voidDoubleCumulative.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the cumulative metric, if it is present.voidDoubleGauge.NoopDoubleGauge.removeTimeSeries(List<LabelValue> labelValues) abstract voidDoubleGauge.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the gauge metric, if it is present.voidLongCumulative.NoopLongCumulative.removeTimeSeries(List<LabelValue> labelValues) abstract voidLongCumulative.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the cumulative metric, if it is present.voidLongGauge.NoopLongGauge.removeTimeSeries(List<LabelValue> labelValues) abstract voidLongGauge.removeTimeSeries(List<LabelValue> labelValues) Removes theTimeSeriesfrom the gauge metric, if it is present.AutoValue_MetricOptions.Builder.setConstantLabels(Map<LabelKey, LabelValue> constantLabels) abstract MetricOptions.BuilderMetricOptions.Builder.setConstantLabels(Map<LabelKey, LabelValue> constantLabels) Sets the map of constant labels (they will be added to all the TimeSeries) for the Metric.Constructor parameters in io.opencensus.metrics with type arguments of type LabelValueModifierConstructorDescriptionprivateAutoValue_MetricOptions(String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) -
Uses of LabelValue in io.opencensus.metrics.export
Fields in io.opencensus.metrics.export with type parameters of type LabelValueMethods in io.opencensus.metrics.export that return types with arguments of type LabelValueModifier and TypeMethodDescriptionAutoValue_TimeSeries.getLabelValues()abstract List<LabelValue> TimeSeries.getLabelValues()Returns the set ofLabelValues that uniquely identify thisTimeSeries.Method parameters in io.opencensus.metrics.export with type arguments of type LabelValueModifier and TypeMethodDescriptionstatic TimeSeriesTimeSeries.create(List<LabelValue> labelValues) Creates aTimeSerieswith empty(or no) points.static TimeSeriesCreates aTimeSeries.private static TimeSeriesTimeSeries.createInternal(List<LabelValue> labelValues, List<Point> points, Timestamp startTimestamp) Creates aTimeSeries.static TimeSeriesTimeSeries.createWithOnePoint(List<LabelValue> labelValues, Point point, Timestamp startTimestamp) Creates aTimeSeries.Constructor parameters in io.opencensus.metrics.export with type arguments of type LabelValueModifierConstructorDescription(package private)AutoValue_TimeSeries(List<LabelValue> labelValues, List<Point> points, Timestamp startTimestamp)