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

Fix typo in README.md #194

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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