| .. | ||
| README.md | ||
| values.yaml.example | ||
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