Skip to content

Commit

Permalink
Revert "Add Grafana Beyla Flow component (#6789)" (#6837)
Browse files Browse the repository at this point in the history
After discussing offline, the Beyla team wants `beyla.ebpf` to be an
exclusive component to Alloy to avoid needing to backport fixes. This
commit reverts the addition of Beyla to Flow, but it still remains as a
component available in the Alloy 1.0 launch.

This reverts commit 196ea05.
  • Loading branch information
rfratto authored Apr 9, 2024
1 parent 2e95228 commit 70f5f04
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 925 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ Main (unreleased)

- A new `loki.rules.kubernetes` component that discovers `PrometheusRule` Kubernetes resources and loads them into a Loki Ruler instance. (@EStork09)

- Add `beyla.ebpf` component to automatically instrument services with eBPF. (@marctc)

### Bugfixes

- Fix an issue where JSON string array elements were not parsed correctly in `loki.source.cloudflare`. (@thampiotr)
Expand Down
3 changes: 1 addition & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
/docs/sources/ @clayton-cornell

# Components:
/internal/component/pyroscope/ @grafana/grafana-agent-profiling-maintainers
/internal/component/beyla/ @marctc
/component/pyroscope/ @grafana/grafana-agent-profiling-maintainers
8 changes: 0 additions & 8 deletions docs/sources/flow/reference/compatibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ The following components, grouped by namespace, _export_ Targets.

<!-- START GENERATED SECTION: EXPORTERS OF Targets -->

{{< collapse title="beyla" >}}
- [beyla.ebpf](../components/beyla.ebpf)
{{< /collapse >}}

{{< collapse title="discovery" >}}
- [discovery.azure](../components/discovery.azure)
- [discovery.consul](../components/discovery.consul)
Expand Down Expand Up @@ -319,10 +315,6 @@ The following components, grouped by namespace, _consume_ OpenTelemetry `otelcol

<!-- START GENERATED SECTION: CONSUMERS OF OpenTelemetry `otelcol.Consumer` -->

{{< collapse title="beyla" >}}
- [beyla.ebpf](../components/beyla.ebpf)
{{< /collapse >}}

{{< collapse title="faro" >}}
- [faro.receiver](../components/faro.receiver)
{{< /collapse >}}
Expand Down
276 changes: 0 additions & 276 deletions docs/sources/flow/reference/components/beyla.ebpf.md

This file was deleted.

Loading

0 comments on commit 70f5f04

Please sign in to comment.