Skip to content

Commit

Permalink
Update docs/sources/flow/reference/components/beyla.ebpf.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
marctc and clayton-cornell authored Apr 4, 2024
1 parent 8a717ec commit 295c668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/flow/reference/components/beyla.ebpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The matcher tags can be in the `:name` or `{name}` format.
- `wildcard` sets the `http.route` field property to a generic asterisk based `/**` value.
- `heuristic` automatically derives the `http.route` field property from the path value, based on the following rules:
- Any path components that have numbers or characters outside of the ASCII alphabet (or `-` and _), are replaced by an asterisk `*`.
- Any alphabetical components that don’t look like words, are replaced by an asterisk `*`.
- Any alphabetical components that don’t look like words are replaced by an asterisk `*`.


### discovery block
Expand Down

0 comments on commit 295c668

Please sign in to comment.