Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: clarify DNS lookup in clustering documentation
`--cluster.join-addresses` supports being given a list of IPs or addresses. The documentation mentions these are resolved via DNS, but it doesn't mention what type of records are supported. Based on the [code](https://github.com/grafana/alloy/blob/c3c761b5e52fcfd605a2274c71adc76b020dd315/internal/alloycli/cluster_builder.go#L168-L173), the only type of supported DNS record is SRV.
- Loading branch information