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.metrics
Methods in io.opencensus.metrics that return LabelKeyMethods in io.opencensus.metrics that return types with arguments of type LabelKeyModifier and TypeMethodDescriptionabstract Map<LabelKey, LabelValue> MetricOptions.getConstantLabels()Returns the map of constant labels (they will be added to all the TimeSeries) for the Metric.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).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.abstract MetricOptions.BuilderMetricOptions.Builder.setLabelKeys(List<LabelKey> labelKeys) Sets the list of label keys for the Metric. -
Uses of LabelKey in io.opencensus.metrics.export
Methods in io.opencensus.metrics.export that return types with arguments of type LabelKeyModifier and TypeMethodDescriptionMetricDescriptor.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.
MetricRegistry.addDerivedDoubleGauge(String, MetricOptions).