Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify DNS lookup in clustering documentation #910

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

rfratto
Copy link
Member

@rfratto rfratto commented May 22, 2024

--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, the only type of supported DNS record is SRV.

`--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.
@clayton-cornell clayton-cornell added the type/docs Docs Squad label across all Grafana Labs repos label May 22, 2024
@rfratto rfratto merged commit abe384e into main May 22, 2024
22 checks passed
@rfratto rfratto deleted the rfratto-patch-1 branch May 22, 2024 19:32
github-actions bot pushed a commit that referenced this pull request May 22, 2024
`--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.

(cherry picked from commit abe384e)
github-actions bot pushed a commit that referenced this pull request May 22, 2024
`--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.

(cherry picked from commit abe384e)
rfratto added a commit that referenced this pull request May 22, 2024
`--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.

(cherry picked from commit abe384e)

Co-authored-by: Robert Fratto <robertfratto@gmail.com>
rfratto added a commit that referenced this pull request May 22, 2024
`--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.

(cherry picked from commit abe384e)

Co-authored-by: Robert Fratto <robertfratto@gmail.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport release/v1.0 backport release/v1.1 backport-to-agent PR should be backported to the agent repo. frozen-due-to-age type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants