Uses of Class
io.opencensus.metrics.LabelValue
-
Packages that use LabelValue Package Description io.opencensus.implcore.metrics io.opencensus.implcore.stats io.opencensus.metrics This package describes the Metrics data model.io.opencensus.metrics.export -
-
Uses of LabelValue in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as LabelValue Modifier and Type Field Description (package private) static LabelValueDoubleCumulativeImpl. UNSET_VALUE(package private) static LabelValueDoubleGaugeImpl. UNSET_VALUE(package private) static LabelValueLongCumulativeImpl. UNSET_VALUE(package private) static LabelValueLongGaugeImpl. UNSET_VALUEFields in io.opencensus.implcore.metrics with type parameters of type LabelValue Modifier and Type Field Description private java.util.List<LabelValue>DerivedDoubleCumulativeImpl. constantLabelValuesprivate java.util.List<LabelValue>DerivedDoubleGaugeImpl. constantLabelValuesprivate java.util.List<LabelValue>DerivedLongCumulativeImpl. constantLabelValuesprivate java.util.List<LabelValue>DerivedLongGaugeImpl. constantLabelValuesprivate java.util.List<LabelValue>DoubleCumulativeImpl. constantLabelValuesprivate java.util.List<LabelValue>DoubleGaugeImpl. constantLabelValuesprivate java.util.List<LabelValue>LongCumulativeImpl. constantLabelValuesprivate java.util.List<LabelValue>LongGaugeImpl. constantLabelValuesprivate java.util.List<LabelValue>DoubleCumulativeImpl. defaultLabelValuesprivate java.util.List<LabelValue>DoubleGaugeImpl. defaultLabelValuesprivate java.util.List<LabelValue>LongCumulativeImpl. defaultLabelValuesprivate java.util.List<LabelValue>LongGaugeImpl. defaultLabelValuesprivate java.util.List<LabelValue>DerivedDoubleCumulativeImpl.PointWithFunction. labelValuesprivate java.util.List<LabelValue>DerivedLongCumulativeImpl.PointWithFunction. labelValuesprivate java.util.List<LabelValue>DoubleCumulativeImpl.PointImpl. labelValuesprivate java.util.List<LabelValue>LongCumulativeImpl.PointImpl. labelValuesprivate java.util.Map<java.util.List<LabelValue>,DerivedDoubleCumulativeImpl.PointWithFunction<?>>DerivedDoubleCumulativeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,DerivedDoubleGaugeImpl.PointWithFunction<?>>DerivedDoubleGaugeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,DerivedLongCumulativeImpl.PointWithFunction<?>>DerivedLongCumulativeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,DerivedLongGaugeImpl.PointWithFunction<?>>DerivedLongGaugeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,DoubleCumulativeImpl.PointImpl>DoubleCumulativeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,DoubleGaugeImpl.PointImpl>DoubleGaugeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,LongCumulativeImpl.PointImpl>LongCumulativeImpl. registeredPointsprivate java.util.Map<java.util.List<LabelValue>,LongGaugeImpl.PointImpl>LongGaugeImpl. registeredPointsMethod parameters in io.opencensus.implcore.metrics with type arguments of type LabelValue Modifier and Type Method Description <T> voidDerivedDoubleCumulativeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)<T> voidDerivedDoubleGaugeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)<T> voidDerivedLongCumulativeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)<T> voidDerivedLongGaugeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)DoubleCumulative.DoublePointDoubleCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)DoubleGauge.DoublePointDoubleGaugeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)LongCumulative.LongPointLongCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)LongGauge.LongPointLongGaugeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)private DoubleCumulative.DoublePointDoubleCumulativeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)private DoubleGauge.DoublePointDoubleGaugeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)private LongCumulative.LongPointLongCumulativeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)private LongGauge.LongPointLongGaugeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)voidDerivedDoubleCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidDerivedDoubleGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidDerivedLongCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidDerivedLongGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidDoubleCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidDoubleGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidLongCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)voidLongGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)Constructor parameters in io.opencensus.implcore.metrics with type arguments of type LabelValue Constructor Description DerivedDoubleCumulativeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels, Timestamp startTime)DerivedDoubleGaugeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels)DerivedLongCumulativeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels, Timestamp startTime)DerivedLongGaugeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels)DoubleCumulativeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels, Timestamp startTime)DoubleGaugeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels)LongCumulativeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels, Timestamp startTime)LongGaugeImpl(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels)PointImpl(java.util.List<LabelValue> labelValues, Timestamp startTime)PointImpl(java.util.List<LabelValue> labelValues)PointImpl(java.util.List<LabelValue> labelValues, Timestamp startTime)PointImpl(java.util.List<LabelValue> labelValues)PointWithFunction(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function, Timestamp startTime)PointWithFunction(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)PointWithFunction(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function, Timestamp startTime)PointWithFunction(java.util.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 LabelValue Modifier and Type Method Description (package private) static java.util.List<LabelValue>MetricUtils. tagValuesToLabelValues(java.util.List<TagValue> tagValues) -
Uses of LabelValue in io.opencensus.metrics
Subclasses of LabelValue in io.opencensus.metrics Modifier and Type Class Description (package private) classAutoValue_LabelValueFields in io.opencensus.metrics with type parameters of type LabelValue Modifier and Type Field Description private java.util.Map<LabelKey,LabelValue>AutoValue_MetricOptions.Builder. constantLabelsprivate java.util.Map<LabelKey,LabelValue>AutoValue_MetricOptions. constantLabelsMethods in io.opencensus.metrics that return LabelValue Modifier and Type Method Description static LabelValueLabelValue. create(java.lang.String value)Creates aLabelValue.Methods in io.opencensus.metrics that return types with arguments of type LabelValue Modifier and Type Method Description (package private) java.util.Map<LabelKey,LabelValue>AutoValue_MetricOptions.Builder. getConstantLabels()java.util.Map<LabelKey,LabelValue>AutoValue_MetricOptions. getConstantLabels()(package private) abstract java.util.Map<LabelKey,LabelValue>MetricOptions.Builder. getConstantLabels()abstract java.util.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 LabelValue Modifier and Type Method Description abstract <T> voidDerivedDoubleCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)Creates aTimeSeries.<T> voidDerivedDoubleCumulative.NoopDerivedDoubleCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)abstract <T> voidDerivedDoubleGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)Creates aTimeSeries.<T> voidDerivedDoubleGauge.NoopDerivedDoubleGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)abstract <T> voidDerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)Creates aTimeSeries.<T> voidDerivedLongCumulative.NoopDerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)abstract <T> voidDerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)Creates aTimeSeries.<T> voidDerivedLongGauge.NoopDerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)abstract DoubleCumulative.DoublePointDoubleCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingDoublePoint.DoubleCumulative.NoopDoubleCumulative.NoopDoublePointDoubleCumulative.NoopDoubleCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)abstract DoubleGauge.DoublePointDoubleGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingDoublePoint.DoubleGauge.NoopDoubleGauge.NoopDoublePointDoubleGauge.NoopDoubleGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)abstract LongCumulative.LongPointLongCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingLongPoint.LongCumulative.NoopLongCumulative.NoopLongPointLongCumulative.NoopLongCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)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.LongGauge.NoopLongGauge.NoopLongPointLongGauge.NoopLongGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)voidDerivedDoubleCumulative.NoopDerivedDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidDerivedDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the cumulative metric, if it is present.voidDerivedDoubleGauge.NoopDerivedDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidDerivedDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the gauge metric, if it is present.voidDerivedLongCumulative.NoopDerivedLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidDerivedLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the cumulative metric, if it is present.voidDerivedLongGauge.NoopDerivedLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidDerivedLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the gauge metric, if it is present.voidDoubleCumulative.NoopDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the cumulative metric, if it is present.voidDoubleGauge.NoopDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the gauge metric, if it is present.voidLongCumulative.NoopLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the cumulative metric, if it is present.voidLongGauge.NoopLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)abstract voidLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)Removes theTimeSeriesfrom the gauge metric, if it is present.MetricOptions.BuilderAutoValue_MetricOptions.Builder. setConstantLabels(java.util.Map<LabelKey,LabelValue> constantLabels)abstract MetricOptions.BuilderMetricOptions.Builder. setConstantLabels(java.util.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 LabelValue Constructor Description AutoValue_MetricOptions(java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys, java.util.Map<LabelKey,LabelValue> constantLabels) -
Uses of LabelValue in io.opencensus.metrics.export
Fields in io.opencensus.metrics.export with type parameters of type LabelValue Modifier and Type Field Description private java.util.List<LabelValue>AutoValue_TimeSeries. labelValuesMethods in io.opencensus.metrics.export that return types with arguments of type LabelValue Modifier and Type Method Description java.util.List<LabelValue>AutoValue_TimeSeries. getLabelValues()abstract java.util.List<LabelValue>TimeSeries. getLabelValues()Returns the set ofLabelValues that uniquely identify thisTimeSeries.Method parameters in io.opencensus.metrics.export with type arguments of type LabelValue Modifier and Type Method Description static TimeSeriesTimeSeries. create(java.util.List<LabelValue> labelValues)Creates aTimeSerieswith empty(or no) points.static TimeSeriesTimeSeries. create(java.util.List<LabelValue> labelValues, java.util.List<Point> points, Timestamp startTimestamp)Creates aTimeSeries.private static TimeSeriesTimeSeries. createInternal(java.util.List<LabelValue> labelValues, java.util.List<Point> points, Timestamp startTimestamp)Creates aTimeSeries.static TimeSeriesTimeSeries. createWithOnePoint(java.util.List<LabelValue> labelValues, Point point, Timestamp startTimestamp)Creates aTimeSeries.Constructor parameters in io.opencensus.metrics.export with type arguments of type LabelValue Constructor Description AutoValue_TimeSeries(java.util.List<LabelValue> labelValues, java.util.List<Point> points, Timestamp startTimestamp)
-