Skip to content

Commit 4522e34

Browse files
committed
Fixed issue from review comments.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent e68ae1a commit 4522e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/ebpf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The plugin supports the following configuration parameters:
1616
|:----|:------------|:--------|
1717
| `poll_ms` | Set the polling interval in milliseconds for collecting events from the ring buffer. | `1000` |
1818
| `ringbuf_map_name` | Set the name of the eBPF ring buffer map to read events from. | `events` |
19-
| `trace` | Set the eBPF trace to enable (for example, `trace_bind`, `trace_malloc`, `trace_signal`). Can be set multiple times to enable multiple traces. | _none_ |
19+
| `trace` | Set the eBPF trace to enable (for example, `trace_bind`, `trace_malloc`, `trace_signal`). This parameter can be set multiple times to enable multiple traces. | _none_ |
2020

2121
## System dependencies
2222

0 commit comments

Comments
 (0)