Skip to content

Commit

Permalink
docs: Corrects Beyla excutable_name to executable_name. (#586) (#587
Browse files Browse the repository at this point in the history
)

Ensures that users aren't confused by an incorrect naming scheme.

Signed-off-by: Heds Simons <[email protected]>
(cherry picked from commit ce26365)

Co-authored-by: Heds Simons <[email protected]>
  • Loading branch information
github-actions[bot] and hedss authored Apr 16, 2024
1 parent e8acfd2 commit 6822b42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sources/reference/components/beyla.ebpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ beyla.ebpf "<LABEL>" {

`beyla.ebpf` supports the following arguments:

Name | Type | Description | Default | Required
-----------------|----------|-------------------------------------------------------------------------------------|---------|---------
`open_port` | `string` | The port of the running service for Beyla automatically instrumented with eBPF. | | no
`excutable_name` | `string` | The name of the executable to match for Beyla automatically instrumented with eBPF. | | no
Name | Type | Description | Default | Required
------------------|----------|-------------------------------------------------------------------------------------|---------|---------
`open_port` | `string` | The port of the running service for Beyla automatically instrumented with eBPF. | | no
`executable_name` | `string` | The name of the executable to match for Beyla automatically instrumented with eBPF. | | no

`open_port` accepts a comma-separated list of ports (for example, `80,443`), and port ranges (for example, `8000-8999`).
If the executable matches only one of the ports in the list, it is considered to match the selection criteria.

`excutable_name` accepts a regular expression to be matched against the full executable command line, including the directory where the executable resides on the file system.
`executable_name` accepts a regular expression to be matched against the full executable command line, including the directory where the executable resides on the file system.

## Blocks

Expand Down

0 comments on commit 6822b42

Please sign in to comment.