Stop after finding metric indentified by tags in 'check_message_count_parse_failure'

PRS_3888_3903^2^2
Javier Jaramago Fernández 4 years ago
parent e17ad53329
commit c0714a61e0

@ -377,6 +377,7 @@ void check_message_count_parse_failure(const map<string, double>& prev_metrics,
if (match_res.second) {
metric_tags = match_res.first;
after_metric_it = metric_key;
break;
}
}
}
@ -386,6 +387,7 @@ void check_message_count_parse_failure(const map<string, double>& prev_metrics,
if (match_res.second) {
prev_metric_it = metric_key;
break;
}
}
}

Loading…
Cancel
Save