Fix missing configuration for jaeger reporter
This commit is contained in:
parent
72bc74001f
commit
f1f2e1bf64
3 changed files with 16 additions and 7 deletions
|
@ -45,6 +45,12 @@ Træfik supports two backends: Jaeger and Zipkin.
|
|||
# Default: 1.0
|
||||
#
|
||||
SamplingParam = 1.0
|
||||
|
||||
# LocalAgentHostPort instructs reporter to send spans to jaeger-agent at this address
|
||||
#
|
||||
# Default: "127.0.0.1:6832"
|
||||
#
|
||||
LocalAgentHostPort = "127.0.0.1:6832"
|
||||
```
|
||||
|
||||
## Zipkin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue