-
Notifications
You must be signed in to change notification settings - Fork 74
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(getstarted): add Beyla for Docker #4051
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
You can configure [Grafana Beyla](https://grafana.com/oss/beyla-ebpf/) to autoinstrument Docker services and export traces to Tracetest. | ||
|
||
1. Add Beyla to your `docker-compose.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Add Beyla to your `docker-compose.yaml` | |
1. Add Beyla to your `docker-compose.yaml`: |
# ... | ||
``` | ||
|
||
2. Add `pid: service:autoinstrument` to services in `docker-compose.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Add `pid: service:autoinstrument` to services in `docker-compose.yaml` | |
2. Add `pid: service:autoinstrument` to services in `docker-compose.yaml`: |
- "8080:8080" | ||
``` | ||
|
||
3. Run Docker Compose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Run Docker Compose | |
3. Run Docker Compose: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few editing suggestions.
Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
This PR...
Changes
Fixes
Checklist
Loom video
Add your loom video here if your work can be visualized