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

Commit 0e05450

Browse files
crosscode-nlyurishkuro
authored andcommitted
Fix typo in README.md (#194)
Fixed typo in example configurations: repoter -> reporter Signed-off-by: Patrick Vollebregt <[email protected]>
1 parent 741b1af commit 0e05450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The default host and port for Jaeger Agent is `127.0.0.1:6831`. When the applica
6060
YAML configuration:
6161

6262
```yml
63-
repoter:
63+
reporter:
6464
localAgentHostPort: jaeger-agent:6831
6565
```
6666
@@ -71,7 +71,7 @@ NOTE: It is not recommended to use a remote host for UDP connections.
7171
In case the client should connect directly to the collector instead of going through an agent, it's necessary update the reporter configuration
7272
7373
```yml
74-
repoter:
74+
reporter:
7575
endpoint: http://${collectorhost}:${collectorport}/api/traces
7676
```
7777

0 commit comments

Comments
 (0)