This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -53,24 +53,26 @@ The code can be re-generated with
53
53
$ git apply scripts/thrift-gen.patch
54
54
```
55
55
56
- ### Updating Agent host and port
56
+ ### Updating Agent Host and Port
57
57
58
58
The default agent host and port is ` 127.0.0.1:6831 ` , you can use a different host/port by updating your reporter configuration.
59
59
60
60
YAML configuration:
61
61
62
62
``` yml
63
63
repoter :
64
- localAgentHostPort : my-jaeger-agent.local # or another IP:Port 10.120.1.101 :6831
64
+ localAgentHostPort : localhost :6831
65
65
` ` `
66
66
67
- ### Collector URL
67
+ NOTE: It is not recommended to use a remote host for UDP connections.
68
68
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.
70
72
71
73
` ` ` yml
72
74
sampler:
73
- samplingServerURL: http://my- jaeger-collector.local # or IP:Port http://10.120.1.101 :5778
75
+ samplingServerURL: http://jaeger-collector.local:5778
74
76
` ` `
75
77
76
78
# # License
You can’t perform that action at this time.
0 commit comments