diff --git a/docs/sources/tutorial/helm-alloy.md b/docs/sources/tutorial/helm-alloy.md index db11228a7..af6bd0e63 100644 --- a/docs/sources/tutorial/helm-alloy.md +++ b/docs/sources/tutorial/helm-alloy.md @@ -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 @@ -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. @@ -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