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 LabelValue
DoubleCumulativeImpl. UNSET_VALUE
(package private) static LabelValue
DoubleGaugeImpl. UNSET_VALUE
(package private) static LabelValue
LongCumulativeImpl. UNSET_VALUE
(package private) static LabelValue
LongGaugeImpl. UNSET_VALUE
Fields in io.opencensus.implcore.metrics with type parameters of type LabelValue Modifier and Type Field Description private java.util.List<LabelValue>
DerivedDoubleCumulativeImpl. constantLabelValues
private java.util.List<LabelValue>
DerivedDoubleGaugeImpl. constantLabelValues
private java.util.List<LabelValue>
DerivedLongCumulativeImpl. constantLabelValues
private java.util.List<LabelValue>
DerivedLongGaugeImpl. constantLabelValues
private java.util.List<LabelValue>
DoubleCumulativeImpl. constantLabelValues
private java.util.List<LabelValue>
DoubleGaugeImpl. constantLabelValues
private java.util.List<LabelValue>
LongCumulativeImpl. constantLabelValues
private java.util.List<LabelValue>
LongGaugeImpl. constantLabelValues
private java.util.List<LabelValue>
DoubleCumulativeImpl. defaultLabelValues
private java.util.List<LabelValue>
DoubleGaugeImpl. defaultLabelValues
private java.util.List<LabelValue>
LongCumulativeImpl. defaultLabelValues
private java.util.List<LabelValue>
LongGaugeImpl. defaultLabelValues
private java.util.List<LabelValue>
DerivedDoubleCumulativeImpl.PointWithFunction. labelValues
private java.util.List<LabelValue>
DerivedLongCumulativeImpl.PointWithFunction. labelValues
private java.util.List<LabelValue>
DoubleCumulativeImpl.PointImpl. labelValues
private java.util.List<LabelValue>
LongCumulativeImpl.PointImpl. labelValues
private java.util.Map<java.util.List<LabelValue>,DerivedDoubleCumulativeImpl.PointWithFunction<?>>
DerivedDoubleCumulativeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,DerivedDoubleGaugeImpl.PointWithFunction<?>>
DerivedDoubleGaugeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,DerivedLongCumulativeImpl.PointWithFunction<?>>
DerivedLongCumulativeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,DerivedLongGaugeImpl.PointWithFunction<?>>
DerivedLongGaugeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,DoubleCumulativeImpl.PointImpl>
DoubleCumulativeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,DoubleGaugeImpl.PointImpl>
DoubleGaugeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,LongCumulativeImpl.PointImpl>
LongCumulativeImpl. registeredPoints
private java.util.Map<java.util.List<LabelValue>,LongGaugeImpl.PointImpl>
LongGaugeImpl. registeredPoints
Method parameters in io.opencensus.implcore.metrics with type arguments of type LabelValue Modifier and Type Method Description <T> void
DerivedDoubleCumulativeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)
<T> void
DerivedDoubleGaugeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)
<T> void
DerivedLongCumulativeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
<T> void
DerivedLongGaugeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
DoubleCumulative.DoublePoint
DoubleCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
DoubleGauge.DoublePoint
DoubleGaugeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
LongCumulative.LongPoint
LongCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
LongGauge.LongPoint
LongGaugeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
private DoubleCumulative.DoublePoint
DoubleCumulativeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)
private DoubleGauge.DoublePoint
DoubleGaugeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)
private LongCumulative.LongPoint
LongCumulativeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)
private LongGauge.LongPoint
LongGaugeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)
void
DerivedDoubleCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
DerivedDoubleGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
DerivedLongCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
DerivedLongGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
DoubleCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
DoubleGaugeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
LongCumulativeImpl. removeTimeSeries(java.util.List<LabelValue> labelValues)
void
LongGaugeImpl. 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) class
AutoValue_LabelValue
Fields in io.opencensus.metrics with type parameters of type LabelValue Modifier and Type Field Description private java.util.Map<LabelKey,LabelValue>
AutoValue_MetricOptions.Builder. constantLabels
private java.util.Map<LabelKey,LabelValue>
AutoValue_MetricOptions. constantLabels
Methods in io.opencensus.metrics that return LabelValue Modifier and Type Method Description static LabelValue
LabelValue. 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> void
DerivedDoubleCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)
Creates aTimeSeries
.<T> void
DerivedDoubleCumulative.NoopDerivedDoubleCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)
abstract <T> void
DerivedDoubleGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)
Creates aTimeSeries
.<T> void
DerivedDoubleGauge.NoopDerivedDoubleGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)
abstract <T> void
DerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
Creates aTimeSeries
.<T> void
DerivedLongCumulative.NoopDerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
abstract <T> void
DerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
Creates aTimeSeries
.<T> void
DerivedLongGauge.NoopDerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
abstract DoubleCumulative.DoublePoint
DoubleCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
and returns aDoublePoint
if the specifiedlabelValues
is not already associated with this cumulative, else returns an existingDoublePoint
.DoubleCumulative.NoopDoubleCumulative.NoopDoublePoint
DoubleCumulative.NoopDoubleCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
abstract DoubleGauge.DoublePoint
DoubleGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
and returns aDoublePoint
if the specifiedlabelValues
is not already associated with this gauge, else returns an existingDoublePoint
.DoubleGauge.NoopDoubleGauge.NoopDoublePoint
DoubleGauge.NoopDoubleGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
abstract LongCumulative.LongPoint
LongCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
and returns aLongPoint
if the specifiedlabelValues
is not already associated with this cumulative, else returns an existingLongPoint
.LongCumulative.NoopLongCumulative.NoopLongPoint
LongCumulative.NoopLongCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
abstract LongGauge.LongPoint
LongGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
and returns aLongPoint
if the specifiedlabelValues
is not already associated with this gauge, else returns an existingLongPoint
.LongGauge.NoopLongGauge.NoopLongPoint
LongGauge.NoopLongGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
void
DerivedDoubleCumulative.NoopDerivedDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
DerivedDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the cumulative metric, if it is present.void
DerivedDoubleGauge.NoopDerivedDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
DerivedDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the gauge metric, if it is present.void
DerivedLongCumulative.NoopDerivedLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
DerivedLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the cumulative metric, if it is present.void
DerivedLongGauge.NoopDerivedLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
DerivedLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the gauge metric, if it is present.void
DoubleCumulative.NoopDoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
DoubleCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the cumulative metric, if it is present.void
DoubleGauge.NoopDoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
DoubleGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the gauge metric, if it is present.void
LongCumulative.NoopLongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
LongCumulative. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the cumulative metric, if it is present.void
LongGauge.NoopLongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
abstract void
LongGauge. removeTimeSeries(java.util.List<LabelValue> labelValues)
Removes theTimeSeries
from the gauge metric, if it is present.MetricOptions.Builder
AutoValue_MetricOptions.Builder. setConstantLabels(java.util.Map<LabelKey,LabelValue> constantLabels)
abstract MetricOptions.Builder
MetricOptions.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. labelValues
Methods 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 ofLabelValue
s that uniquely identify thisTimeSeries
.Method parameters in io.opencensus.metrics.export with type arguments of type LabelValue Modifier and Type Method Description static TimeSeries
TimeSeries. create(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
with empty(or no) points.static TimeSeries
TimeSeries. create(java.util.List<LabelValue> labelValues, java.util.List<Point> points, Timestamp startTimestamp)
Creates aTimeSeries
.private static TimeSeries
TimeSeries. createInternal(java.util.List<LabelValue> labelValues, java.util.List<Point> points, Timestamp startTimestamp)
Creates aTimeSeries
.static TimeSeries
TimeSeries. 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)
-