Skip to content

Commit

Permalink
Fix vale
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Apr 23, 2024
1 parent 54aafd3 commit d54cd2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/sources/tutorial/helm-alloy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Run Beyla in Kubernetes using Grafana Alloy Helm's chart.
menuTitle: Run Beyla in Kubernetes using Grafana Alloy Helm's chart.
description: Learn how to instrument an application export data with Prometheus to Grafana Cloud.
title: Run Beyla in Kubernetes using Grafana Alloy Helm's chart
menuTitle: Run Beyla in Kubernetes using Grafana Alloy Helm's chart
description: Learn how to instrument an application export data with Prometheus to Grafana Cloud
weight: 4
keywords:
- Beyla
Expand All @@ -11,7 +11,7 @@ keywords:
- tutorial
---

# Run Beyla in Kubernetes using Grafana Alloy Helm's chart.
# Run Beyla in Kubernetes using Grafana Alloy Helm's chart

Grafana Alloy is a vendor-neutral distribution of the OpenTelemetry Collector.
Alloy offers native pipelines for OTel, Prometheus, and other telemetry signals.
Expand Down Expand Up @@ -180,9 +180,9 @@ The `attributes > kubernetes > enable` enables Kubernetes decoration for metrics

The `prometheus.scrape` section configures the Prometheus scrape configuration to collect the metrics from Beyla. The `prometheus.remote_write` section configures the remote write to send the metrics to Grafana Cloud Prometheus.

The `output` section configures that Beyla component sends traces to `otelcol.exporter.otlp` component. The `otelcol.exporter.otlp` section configures the [OTLP exporter]({{< relref "docs/alloy/latest/reference/components/otelcol.exporter.otlp" >}}) to send the traces to Grafana Cloud Tempo.
The `output` section configures that Beyla component sends traces to `otelcol.exporter.otlp` component. The `otelcol.exporter.otlp` section configures the [OTLP exporter]({{< relref "/docs/alloy/latest/reference/components/otelcol.exporter.otlp" >}}) to send the traces to Grafana Cloud Tempo.

For further details on the configuration options, refer to the documentation of the [Grafana Alloy Beyla component]({{< relref "docs/alloy/latest/reference/components/beyla.ebpf" >}})
For further details on the configuration options, refer to the documentation of the [Grafana Alloy Beyla component]({{< relref "/docs/alloy/latest/reference/components/beyla.ebpf" >}})

### 4. Deploy Alloy with Helm

Expand Down

0 comments on commit d54cd2f

Please sign in to comment.