Home
last modified time | relevance | path

Searched defs:getConstantLabels (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DMetricOptions.java76 public abstract Map<LabelKey, LabelValue> getConstantLabels(); in getConstantLabels() method in MetricOptions
136 abstract Map<LabelKey, LabelValue> getConstantLabels(); in getConstantLabels() method in MetricOptions.Builder
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverStatsConfiguration.java112 public abstract Map<LabelKey, LabelValue> getConstantLabels(); in getConstantLabels() method in StackdriverStatsConfiguration
263 abstract Map<LabelKey, LabelValue> getConstantLabels(); in getConstantLabels() method in StackdriverStatsConfiguration.Builder