Skip to content

Commit

Permalink
disable network-socket-tracing function (ebpf)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 committed Feb 5, 2024
1 parent e34730e commit d61fbdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion collectors/ebpf.plugin/ebpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ ebpf_module_t ebpf_modules[] = {
.thread_description = NETDATA_EBPF_SOCKET_MODULE_DESC},
.functions = {.start_routine = ebpf_socket_thread,
.apps_routine = ebpf_socket_create_apps_charts,
.fnct_routine = ebpf_socket_read_open_connections,
// FIXME: Disabled because it has problems and in its current state is generally inferior to "network connections".
// .fnct_routine = ebpf_socket_read_open_connections,
.fnct_routine = NULL,
.fcnt_name = EBPF_FUNCTION_SOCKET,
.fcnt_desc = EBPF_PLUGIN_SOCKET_FUNCTION_DESCRIPTION,
.fcnt_thread_chart_name = NULL,
Expand Down

0 comments on commit d61fbdb

Please sign in to comment.