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

Commit 49568d4

Browse files
authored
Fix sampling endpoint URL
Resolves #201
1 parent 0e05450 commit 49568d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The default sampling collector URL is `http://127.0.0.1:5778/sampling`. Similar
8383

8484
```yml
8585
sampler:
86-
samplingServerURL: http://jaeger-agent.local:5778
86+
samplingServerURL: http://jaeger-agent.local:5778/sampling
8787
```
8888

8989
### Configuration via Environment

0 commit comments

Comments
 (0)