log-generator helm

No introduction found. Create it?

Install

Install with:

helm repo add grafana oci://ghcr.io/grafana-operator/helm-charts/
helm install log-generator grafana/alloy -f values.yaml

Examples

See examples from other people.

Top Repositories (0 out of 6)

NameRepoStarsVersionTimestamp

Values

See the most popular values for this chart:

KeyTypes
alloy.configMap.content (6)
logging { level = "debug" write_to = [loki.relabel.default.receiver] } loki.relabel "default" { rule { target_label = "source" replacement = "log-generator" } forward_to = [loki.write.default.receiver] } loki.write "default" { endpoint { url = "http://loki-gateway.loki.svc/loki/api/v1/push" } }
string
string