grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.19k stars 77 forks source link

Add tutorial for running Beyla in Alloy's Helm #776

Closed marctc closed 1 day ago

marctc commented 3 weeks ago

This tutorial explains how to run Beyla using Alloy's Helm in a Kubernetes cluster.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 39.34%. Comparing base (6fb3594) to head (4680402). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #776 +/- ## =========================================== - Coverage 76.39% 39.34% -37.06% =========================================== Files 112 107 -5 Lines 9362 9280 -82 =========================================== - Hits 7152 3651 -3501 - Misses 1831 5422 +3591 + Partials 379 207 -172 ``` | [Flag](https://app.codecov.io/gh/grafana/beyla/pull/776/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | Coverage Δ | | |---|---|---| | [integration-test](https://app.codecov.io/gh/grafana/beyla/pull/776/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | `?` | | | [unittests](https://app.codecov.io/gh/grafana/beyla/pull/776/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | `39.34% <ø> (+0.52%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mariomac commented 3 weeks ago

My only concern is that we should also add soon a Beyla Helm document (as soon as this PR gets merged https://github.com/grafana/helm-charts/pull/3093 ).

We should later discuss how to avoid generating confusion to the users between different helm charts.

marctc commented 3 weeks ago

My only concern is that we should also add soon a Beyla Helm document (as soon as this PR gets merged grafana/helm-charts#3093 ).

We should later discuss how to avoid generating confusion to the users between different helm charts.

Agreed! We should document in a page the different deployment modes and their benefits.