From 7ba4fc6d87fb77e86e857db54d349e3d568afb45 Mon Sep 17 00:00:00 2001 From: Przemyslaw Delewski <102958445+pdelewski@users.noreply.github.com> Date: Wed, 8 Feb 2023 20:00:26 +0100 Subject: [PATCH] [exporter/loadbalancing] fixing typo (#18453) * [docs] fixing typo * Update exporter/loadbalancingexporter/README.md Co-authored-by: Evan Bradley --------- Co-authored-by: Alex Boten Co-authored-by: Evan Bradley --- exporter/loadbalancingexporter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/loadbalancingexporter/README.md b/exporter/loadbalancingexporter/README.md index ec0cc090615c..da7b18a4c32a 100644 --- a/exporter/loadbalancingexporter/README.md +++ b/exporter/loadbalancingexporter/README.md @@ -6,7 +6,7 @@ | Supported pipeline types | traces, logs | | Distributions | [contrib] | -This is an exporter that will consistently export spans and logs depending on the `routing_key` configured. If no `routing_key` is configured, the default routing mechanism in `traceID` . This means that spans belonging to the same `traceID` (or `service.name`, when `service` is used as the `routing_key`) will be sent to the same backend. +This is an exporter that will consistently export spans and logs depending on the `routing_key` configured. If no `routing_key` is configured, the default routing mechanism is `traceID`. This means that spans belonging to the same `traceID` (or `service.name`, when `service` is used as the `routing_key`) will be sent to the same backend. It requires a source of backend information to be provided: static, with a fixed list of backends, or DNS, with a hostname that will resolve to all IP addresses to use. The DNS resolver will periodically check for updates.