apps.plugin; allow parents to identify the children (#18734)
allow parents to identify the children
Costa Tsaousis committed
Oct 9, 2024 at 16:49 UTC
260f718cd299f641a86dc77d88f01711bc9a0e95
1 file changed
+1
-4
src/collectors/apps.plugin/apps_aggregations.c
+1
-4
@@ -143,10 +143,7 @@ static void assign_a_target_to_all_processes(void) {
143
if(pp->is_manager) break;
144
145
if (pp->target) {
146
- if (pp->matched_by_config) {
147
- // we are only interested about app_groups.conf matches
148
- p->target = pp->target;
149
- }
146
+ p->target = pp->target;
147
break;
148
}
149
}