Searched refs:metric_name (Results 1 – 6 of 6) sorted by relevance
350 local metric_name367 IFS='=' read -r metric_name metric_value rest <<< "$i"381 local metric_name387 while IFS='=' read -r metric_name metric_value rest; do388 verbose_print "metric: $metric_name, value: $metric_value; rest: $rest"397 local metric_name403 while IFS='=' read -r metric_name metric_value rest; do404 verbose_print "metric: $metric_name, value: $metric_value; rest: $rest"405 all_metrics+=($metric_name)
129 local metric_name="$1"143 echo -ne "$metric_name="
58 const std::string& metric_name, in CounterMetric() argument60 : metric_name_(metric_name), in CounterMetric()84 const std::string& metric_name() const { return metric_name_; }; in metric_name() function
79 const std::string& metric_name, in EventMetric() argument81 : metric_name_(metric_name), in EventMetric()121 const std::string& metric_name() const { return metric_name_; }; in metric_name() function
64 std::string success_count_name = counter.metric_name() + ".ok.count"; in ExportCounterMetric()65 std::string error_count_name = counter.metric_name() + ".error.count"; in ExportCounterMetric()82 std::string error_list_name = counter.metric_name() + ".error.list"; in ExportCounterMetric()96 std::string name = counter.metric_name() + "." + in ExportCounterMetricWithAttributeNames()109 std::string success_count_name = event.metric_name() + ".ok.count"; in ExportEventMetric()110 std::string error_count_name = event.metric_name() + ".error.count"; in ExportEventMetric()111 std::string timing_name = event.metric_name() + ".ok.average_time_micros"; in ExportEventMetric()130 std::string error_list_name = event.metric_name() + ".error.list"; in ExportEventMetric()
242 metric_name = splits[0]249 format(metric_name=metric_name,252 all_metrics.append((metric_name, metric_value))