Searched refs:metric_descriptor (Results 1 – 1 of 1) sorted by relevance
37 auto* const metric_descriptor = [&]() { in CollectMetricDescriptor() local45 metric_descriptor->name = string(metric_def->name()); in CollectMetricDescriptor()46 metric_descriptor->description = string(metric_def->description()); in CollectMetricDescriptor()49 metric_descriptor->label_names.emplace_back(label_name); in CollectMetricDescriptor()52 metric_descriptor->metric_kind = metric_def->kind(); in CollectMetricDescriptor()53 metric_descriptor->value_type = metric_def->value_type(); in CollectMetricDescriptor()