Uses of Class
io.opencensus.metrics.LabelKey
Packages that use LabelKey
Package
Description
This package describes the Metrics data model.
-
Uses of LabelKey in io.opencensus.exporter.stats.prometheus
Method parameters in io.opencensus.exporter.stats.prometheus with type arguments of type LabelKeyModifier and TypeMethodDescriptionPrometheusExportUtils.convertToLabelNames
(List<LabelKey> labelKeys) -
Uses of LabelKey in io.opencensus.implcore.metrics
Constructor parameters in io.opencensus.implcore.metrics with type arguments of type LabelKeyModifierConstructorDescription(package private)
DerivedDoubleCumulativeImpl
(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels, Timestamp startTime) (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)
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)
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)
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)
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)
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)
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)
LongGaugeImpl
(String name, String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) -
Uses of LabelKey in io.opencensus.metrics
Subclasses of LabelKey in io.opencensus.metricsFields in io.opencensus.metrics with type parameters of type LabelKeyModifier and TypeFieldDescriptionprivate Map
<LabelKey, LabelValue> AutoValue_MetricOptions.Builder.constantLabels
private final Map
<LabelKey, LabelValue> AutoValue_MetricOptions.constantLabels
AutoValue_MetricOptions.Builder.labelKeys
AutoValue_MetricOptions.labelKeys
Methods in io.opencensus.metrics that return LabelKeyMethods in io.opencensus.metrics that return types with arguments of type LabelKeyModifier 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.AutoValue_MetricOptions.Builder.getLabelKeys()
AutoValue_MetricOptions.getLabelKeys()
MetricOptions.Builder.getLabelKeys()
MetricOptions.getLabelKeys()
Returns the list of label keys for the Metric.Method parameters in io.opencensus.metrics with type arguments of type LabelKeyModifier and TypeMethodDescriptionMetricRegistry.addDerivedDoubleGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Deprecated.MetricRegistry.addDerivedLongGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Deprecated.since 0.20, useMetricRegistry.addDerivedLongGauge(String, MetricOptions)
.MetricRegistry.addDoubleGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Deprecated.since 0.20, useMetricRegistry.addDoubleGauge(String, MetricOptions)
.Deprecated.since 0.20, useMetricRegistry.addLongGauge(String, MetricOptions)
.(package private) static DerivedDoubleCumulative.NoopDerivedDoubleCumulative
DerivedDoubleCumulative.NoopDerivedDoubleCumulative.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedDoubleGauge.NoopDerivedDoubleGauge
DerivedDoubleGauge.NoopDerivedDoubleGauge.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedLongCumulative.NoopDerivedLongCumulative
DerivedLongCumulative.NoopDerivedLongCumulative.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedLongGauge.NoopDerivedLongGauge
DerivedLongGauge.NoopDerivedLongGauge.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DoubleCumulative.NoopDoubleCumulative
DoubleCumulative.NoopDoubleCumulative.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DoubleGauge.NoopDoubleGauge
DoubleGauge.NoopDoubleGauge.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static LongCumulative.NoopLongCumulative
LongCumulative.NoopLongCumulative.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static LongGauge.NoopLongGauge
LongGauge.NoopLongGauge.create
(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedDoubleCumulative
DerivedDoubleCumulative.newNoopDerivedDoubleCumulative
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedDoubleCumulative
.(package private) static DerivedDoubleGauge
DerivedDoubleGauge.newNoopDerivedDoubleGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedDoubleGauge
.(package private) static DerivedLongCumulative
DerivedLongCumulative.newNoopDerivedLongCumulative
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedLongCumulative
.(package private) static DerivedLongGauge
DerivedLongGauge.newNoopDerivedLongGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedLongGauge
.(package private) static DoubleCumulative
DoubleCumulative.newNoopDoubleCumulative
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDoubleCumulative
.(package private) static DoubleGauge
DoubleGauge.newNoopDoubleGauge
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDoubleGauge
.(package private) static LongCumulative
LongCumulative.newNoopLongCumulative
(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theLongCumulative
.(package private) static LongGauge
Returns the no-op implementation of theLongGauge
.AutoValue_MetricOptions.Builder.setConstantLabels
(Map<LabelKey, LabelValue> constantLabels) abstract MetricOptions.Builder
MetricOptions.Builder.setConstantLabels
(Map<LabelKey, LabelValue> constantLabels) Sets the map of constant labels (they will be added to all the TimeSeries) for the Metric.AutoValue_MetricOptions.Builder.setLabelKeys
(List<LabelKey> labelKeys) abstract MetricOptions.Builder
MetricOptions.Builder.setLabelKeys
(List<LabelKey> labelKeys) Sets the list of label keys for the Metric.Constructor parameters in io.opencensus.metrics with type arguments of type LabelKeyModifierConstructorDescriptionprivate
AutoValue_MetricOptions
(String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) private
AutoValue_MetricOptions
(String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) (package private)
Creates a newNoopDerivedDoubleCumulative
.(package private)
Creates a newNoopDerivedDoubleGauge
.(package private)
Creates a newNoopDerivedLongCumulative
.(package private)
Creates a newNoopDerivedLongGauge
.(package private)
Creates a newNoopDoublePoint
.(package private)
Creates a newNoopDoublePoint
.(package private)
Creates a newNoopLongPoint
.(package private)
Creates a newNoopLongPoint
. -
Uses of LabelKey in io.opencensus.metrics.export
Fields in io.opencensus.metrics.export with type parameters of type LabelKeyMethods in io.opencensus.metrics.export that return types with arguments of type LabelKeyModifier and TypeMethodDescriptionAutoValue_MetricDescriptor.getLabelKeys()
MetricDescriptor.getLabelKeys()
Returns the label keys associated with this metric descriptor.Method parameters in io.opencensus.metrics.export with type arguments of type LabelKeyModifier and TypeMethodDescriptionstatic MetricDescriptor
MetricDescriptor.create
(String name, String description, String unit, MetricDescriptor.Type type, List<LabelKey> labelKeys) Creates aMetricDescriptor
.Constructor parameters in io.opencensus.metrics.export with type arguments of type LabelKeyModifierConstructorDescription(package private)
AutoValue_MetricDescriptor
(String name, String description, String unit, MetricDescriptor.Type type, List<LabelKey> labelKeys)
MetricRegistry.addDerivedDoubleGauge(String, MetricOptions)
.