From 295c6683a5b4c6bc749133b1385aa15e178fe11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Tudur=C3=AD?= Date: Thu, 4 Apr 2024 11:53:04 +0200 Subject: [PATCH] Update docs/sources/flow/reference/components/beyla.ebpf.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/flow/reference/components/beyla.ebpf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/flow/reference/components/beyla.ebpf.md b/docs/sources/flow/reference/components/beyla.ebpf.md index 2db7ba6825c7..f1753655f533 100644 --- a/docs/sources/flow/reference/components/beyla.ebpf.md +++ b/docs/sources/flow/reference/components/beyla.ebpf.md @@ -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