Skip to content

Commit 56d1e77

Browse files
committed
in_ebpf: Implement DNS eBPF trace
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 54a9ebc commit 56d1e77

7 files changed

Lines changed: 683 additions & 2 deletions

File tree

plugins/in_ebpf/in_ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ static struct flb_config_map config_map[] = {
262262
{
263263
FLB_CONFIG_MAP_STR, "Trace", NULL,
264264
FLB_CONFIG_MAP_MULT, FLB_FALSE, 0,
265-
"Set the eBPF trace to enable (for example, bind, exec, malloc, signal, vfs, tcp). Can be set multiple times"
265+
"Set the eBPF trace to enable (for example, bind, dns, exec, malloc, signal, vfs, tcp). Can be set multiple times"
266266
},
267267
/* EOF */
268268
{0}

0 commit comments

Comments
 (0)