summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_dcstat.c
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-25 11:54:04 +0000
committerGitHub <noreply@github.com>2021-05-25 11:54:04 +0000
commit1b47b0411da56f6d143a1ab572541c56743b1475 (patch)
treeaeae8236a1ad9a57d3bb12063434a2e0b84a82c3 /collectors/ebpf.plugin/ebpf_dcstat.c
parenta1eecbe15f66c68a75eaed0670a26190199fa432 (diff)
Move parser from children to main thread (#11152)
Centralize eBPF plugin parser to avoid possible contradictions between user configuration and visualized charts.
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_dcstat.c')
-rw-r--r--collectors/ebpf.plugin/ebpf_dcstat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/ebpf_dcstat.c b/collectors/ebpf.plugin/ebpf_dcstat.c
index 01fd979723..9692aa1f17 100644
--- a/collectors/ebpf.plugin/ebpf_dcstat.c
+++ b/collectors/ebpf.plugin/ebpf_dcstat.c
@@ -565,7 +565,6 @@ void *ebpf_dcstat_thread(void *ptr)
em->maps = dcstat_maps;
fill_ebpf_data(&dcstat_data);
- ebpf_update_module(em, &dcstat_config, NETDATA_DIRECTORY_DCSTAT_CONFIG_FILE);
ebpf_update_pid_table(&dcstat_maps[0], em);
ebpf_update_names(dc_optional_name, em);