Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/content/en/docs/concepts/tracing-policy/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,9 @@ exist.
- Max MatchArgs per selector 5 (one per index)
- Max MatchArg Values per MatchArgs 4 (for operators like `Equal`, `NotEqual`,
`GT`, `LT`, etc.)
- Max file match values (using `fd` or `file` arg): 8 on kernels ≥5.3, 2 on kernels <5.3
- String prefix max length: 256 chars
- String postfix max length: 128 chars

For an unlimited number of values, consider using the `InMap` or `NotInMap`
operators which store values in a BPF map.
Expand Down