Skip to content

Commit

Permalink
apps.plugin; allow parents to identify the children (netdata#18734)
Browse files Browse the repository at this point in the history
allow parents to identify the children
  • Loading branch information
ktsaou authored Oct 9, 2024
1 parent aebb9c4 commit 260f718
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/collectors/apps.plugin/apps_aggregations.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ static void assign_a_target_to_all_processes(void) {
if(pp->is_manager) break;

if (pp->target) {
if (pp->matched_by_config) {
// we are only interested about app_groups.conf matches
p->target = pp->target;
}
p->target = pp->target;
break;
}
}
Expand Down

0 comments on commit 260f718

Please sign in to comment.