course_deploying_an_applica.../module6/k8s/helm/alloy
2025-04-28 13:34:28 +02:00
..
README.md feat: add module3-6 2025-04-28 13:34:28 +02:00
values.yaml.example feat: add module3-6 2025-04-28 13:34:28 +02:00

Grafana Alloy

Docs: https://grafana.com/docs/alloy/latest/ Github Repo: https://github.com/grafana/alloy

cp values.yaml.example values.yaml
helm repo add grafana https://grafana.github.io/helm-charts --force-update
helm upgrade \
  --install \
  alloy grafana/alloy \
  --namespace o11y \
  --create-namespace \
  --version 1.0.2 \
  --values values.yaml