Skip to content

Commit

Permalink
Fix tutorial usage of open_port (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski authored Jan 2, 2024
1 parent ef62938 commit 3351d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ BEYLA_PRINT_TRACES=true BEYLA_OPEN_PORT=8080 sudo -E beyla
```

The `BEYLA_PRINT_TRACES=true` configuration option tells Beyla to log any trace to the standard output.
The `BEYLA_OPEN_PORT=true` option tells Beyla to instrument the service that owns the port 8080.
The `BEYLA_OPEN_PORT=8080` option tells Beyla to instrument the service that owns the port 8080.
Since Beyla requires administrator rights to load eBPF programs, the `beyla` command
must run with `sudo -E` (or as a `root` user).

Expand Down

0 comments on commit 3351d0e

Please sign in to comment.