No introduction found. Create it?
Install with:
helm repo add grafana oci://ghcr.io/grafana-operator/helm-charts/
helm install log-generator grafana/alloy -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|
See the most popular values for this chart:
| Key | Types |
|---|---|
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 |
controller.type (6) deployment | string |