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.constantLabelsprivate final Map<LabelKey, LabelValue> AutoValue_MetricOptions.constantLabelsAutoValue_MetricOptions.Builder.labelKeysAutoValue_MetricOptions.labelKeysMethods 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.NoopDerivedDoubleCumulativeDerivedDoubleCumulative.NoopDerivedDoubleCumulative.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedDoubleGauge.NoopDerivedDoubleGaugeDerivedDoubleGauge.NoopDerivedDoubleGauge.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedLongCumulative.NoopDerivedLongCumulativeDerivedLongCumulative.NoopDerivedLongCumulative.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedLongGauge.NoopDerivedLongGaugeDerivedLongGauge.NoopDerivedLongGauge.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DoubleCumulative.NoopDoubleCumulativeDoubleCumulative.NoopDoubleCumulative.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DoubleGauge.NoopDoubleGaugeDoubleGauge.NoopDoubleGauge.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static LongCumulative.NoopLongCumulativeLongCumulative.NoopLongCumulative.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static LongGauge.NoopLongGaugeLongGauge.NoopLongGauge.create(String name, String description, String unit, List<LabelKey> labelKeys) (package private) static DerivedDoubleCumulativeDerivedDoubleCumulative.newNoopDerivedDoubleCumulative(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedDoubleCumulative.(package private) static DerivedDoubleGaugeDerivedDoubleGauge.newNoopDerivedDoubleGauge(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedDoubleGauge.(package private) static DerivedLongCumulativeDerivedLongCumulative.newNoopDerivedLongCumulative(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedLongCumulative.(package private) static DerivedLongGaugeDerivedLongGauge.newNoopDerivedLongGauge(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDerivedLongGauge.(package private) static DoubleCumulativeDoubleCumulative.newNoopDoubleCumulative(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDoubleCumulative.(package private) static DoubleGaugeDoubleGauge.newNoopDoubleGauge(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theDoubleGauge.(package private) static LongCumulativeLongCumulative.newNoopLongCumulative(String name, String description, String unit, List<LabelKey> labelKeys) Returns the no-op implementation of theLongCumulative.(package private) static LongGaugeReturns the no-op implementation of theLongGauge.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.AutoValue_MetricOptions.Builder.setLabelKeys(List<LabelKey> labelKeys) abstract MetricOptions.BuilderMetricOptions.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 LabelKeyModifierConstructorDescriptionprivateAutoValue_MetricOptions(String description, String unit, List<LabelKey> labelKeys, Map<LabelKey, LabelValue> constantLabels) privateAutoValue_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 MetricDescriptorMetricDescriptor.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).