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

Commit ac60c12

Browse files
committed
update agent host/port and sampling server details in README
- add note to not recommend UDP outside of localhost - simplify suggested host/ports
1 parent b4833ea commit ac60c12

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,26 @@ The code can be re-generated with
5353
$ git apply scripts/thrift-gen.patch
5454
```
5555

56-
### Updating Agent host and port
56+
### Updating Agent Host and Port
5757

5858
The default agent host and port is `127.0.0.1:6831`, you can use a different host/port by updating your reporter configuration.
5959

6060
YAML configuration:
6161

6262
```yml
6363
repoter:
64-
localAgentHostPort: my-jaeger-agent.local # or another IP:Port 10.120.1.101:6831
64+
localAgentHostPort: localhost:6831
6565
```
6666
67-
### Collector URL
67+
NOTE: It is not recommended to use a remote host for UDP connections.
6868
69-
The default collector URL is `http://127.0.0.1:5778`, you can use a different URL by updating the sampler configuration.
69+
### Updating Sampling Server URL
70+
71+
The default sampling collector URL is `http://127.0.0.1:5778`, you can use a different URL by updating the sampler configuration.
7072

7173
```yml
7274
sampler:
73-
samplingServerURL: http://my-jaeger-collector.local # or IP:Port http://10.120.1.101:5778
75+
samplingServerURL: http://jaeger-collector.local:5778
7476
```
7577

7678
## License

0 commit comments

Comments
 (0)