From bfaca077741472a77d0415965cac2557b7ed6ce7 Mon Sep 17 00:00:00 2001 From: Ivan Yatskevich Date: Mon, 27 Nov 2023 14:48:56 +0100 Subject: [PATCH] docs/dns-srv-typo-fix: replace `dns+src` with `dns+srv` (#5396) --- README.md | 2 +- docs/Cluster-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80b1ef4b25..359f214176 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ the following approaches for automatic discovery of `vmstorage` nodes: The list of discovered `vmstorage` nodes is automatically updated when the file contents changes. The update frequency can be controlled with `-storageNode.discoveryInterval` command-line flag. -- [dns+srv](https://en.wikipedia.org/wiki/SRV_record) - pass `dns+src:some-name` value to `-storageNode` command-line flag. +- [dns+srv](https://en.wikipedia.org/wiki/SRV_record) - pass `dns+srv:some-name` value to `-storageNode` command-line flag. In this case the provided `dns+srv` names are resolved into tcp addresses of `vmstorage` nodes. The list of discovered `vmstorage` nodes is automatically updated at `vminsert` and `vmselect` when it changes behind the corresponding `dns+srv` names. diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 4d5177fb1c..949f65e4b6 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -246,7 +246,7 @@ the following approaches for automatic discovery of `vmstorage` nodes: The list of discovered `vmstorage` nodes is automatically updated when the file contents changes. The update frequency can be controlled with `-storageNode.discoveryInterval` command-line flag. -- [dns+srv](https://en.wikipedia.org/wiki/SRV_record) - pass `dns+src:some-name` value to `-storageNode` command-line flag. +- [dns+srv](https://en.wikipedia.org/wiki/SRV_record) - pass `dns+srv:some-name` value to `-storageNode` command-line flag. In this case the provided `dns+srv` names are resolved into tcp addresses of `vmstorage` nodes. The list of discovered `vmstorage` nodes is automatically updated at `vminsert` and `vmselect` when it changes behind the corresponding `dns+srv` names.