Skip to content

Commit

Permalink
[exporter/loadbalancing] fixing typo (#18453)
Browse files Browse the repository at this point in the history
* [docs] fixing typo

* Update exporter/loadbalancingexporter/README.md

Co-authored-by: Evan Bradley <[email protected]>

---------

Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2023
1 parent 770c6fe commit 7ba4fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/loadbalancingexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7ba4fc6

Please sign in to comment.