Skip to content

Commit

Permalink
Fix sampling endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Jan 28, 2020
1 parent 0e05450 commit 49568d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The default sampling collector URL is `http://127.0.0.1:5778/sampling`. Similar

```yml
sampler:
samplingServerURL: http://jaeger-agent.local:5778
samplingServerURL: http://jaeger-agent.local:5778/sampling
```

### Configuration via Environment
Expand Down

0 comments on commit 49568d4

Please sign in to comment.