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

Commit

Permalink
include /sampling in all samplingServerURL examples to avoid confusion
Browse files Browse the repository at this point in the history
/ or /whatever does not work for this driver: the agent answers slightly differently with a numerical strategyType

Signed-off-by: CI-Bot for Emmanuel Courreges <emmanuel.courreges@orange.com>
  • Loading branch information
ecourreges-orange committed Jan 28, 2020
1 parent 647e9f6 commit 8726682
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 8726682

Please # to comment.