Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Fix typo in README.md (#194)
Browse files Browse the repository at this point in the history
Fixed typo in example configurations: repoter -> reporter

Signed-off-by: Patrick Vollebregt <[email protected]>
  • Loading branch information
crosscode-nl authored and yurishkuro committed Dec 18, 2019
1 parent 741b1af commit 0e05450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The default host and port for Jaeger Agent is `127.0.0.1:6831`. When the applica
YAML configuration:

```yml
repoter:
reporter:
localAgentHostPort: jaeger-agent:6831
```
Expand All @@ -71,7 +71,7 @@ NOTE: It is not recommended to use a remote host for UDP connections.
In case the client should connect directly to the collector instead of going through an agent, it's necessary update the reporter configuration
```yml
repoter:
reporter:
endpoint: http://${collectorhost}:${collectorport}/api/traces
```
Expand Down

0 comments on commit 0e05450

Please sign in to comment.