Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update Docker instructions #664

Merged
merged 2 commits into from
Mar 5, 2024
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
5 changes: 1 addition & 4 deletions docs/sources/setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ docker run --rm \
grafana/beyla:latest
```

Once Beyla is running, open `https://localhost:8443` in your browser, use the app to generate test data, and verify that Beyla prints trace requests to stdout similar to:
After Beyla is running, open `https://localhost:18443` in your browser, use the app to generate test data, and verify that Beyla prints trace requests to stdout similar to:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Grafana.Spelling] Did you really mean 'stdout'? For product names, the Grafana dictionary might not know of it yet. You need to add an entry to https://github.com/grafana/writers-toolkit/tree/main/vale/dictionaries/en_US-grafana.wordlist to add a product name to the dictionary. Alternatively, raise an issue) and a maintainer will add it for you. For UI elements, use bold formatting. The spell checker doesn't check words with bold formatting. For paths; configuration; user input; code; class, method, and variable names; statuscodes; and console output, use code formatting. The spell checker doesn't check words with code formatting.

If the rule is incorrect or needs improving, report an issue.

If you have reason to diverge from the style guidance, to skip a rule, refer to Skip rules.


```sh
time=2023-05-22T14:03:42.402Z level=INFO msg="creating instrumentation pipeline"
Expand Down Expand Up @@ -95,9 +95,6 @@ services:
image: grafana/beyla:latest
pid: "service:goblog"
privileged: true
# If using the above capability fails to instrument your service, remove it
# and uncomment the line below
# privileged: true
fridgepoet marked this conversation as resolved.
Show resolved Hide resolved
environment:
BEYLA_PRINT_TRACES: true
BEYLA_OPEN_PORT: 8443
Expand Down
Loading