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(getstarted): add Beyla for Docker #4051

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

adnanrahic
Copy link
Contributor

This PR...

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

Add your loom video here if your work can be visualized

@adnanrahic adnanrahic requested review from schoren and xoscar October 15, 2024 15:51
Copy link

vercel bot commented Oct 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tracetest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 4:49pm


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`
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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`
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
3. Run Docker Compose
3. Run Docker Compose:

Copy link
Contributor

@jfermi jfermi left a 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>
@adnanrahic adnanrahic merged commit 2072feb into main Oct 16, 2024
40 checks passed
@adnanrahic adnanrahic deleted the getting-started-trace-ingestion-2 branch October 16, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants